(app)
| 222 | |
| 223 | |
| 224 | def setup(app): |
| 225 | # add a config value for `ifconfig` directives |
| 226 | app.add_config_value('python_version_major', str(sys.version_info.major), 'env') |
| 227 | app.add_lexer('NumPyC', NumPyLexer) |
| 228 | app.add_directive("legacy", LegacyDirective) |
| 229 | |
| 230 | |
| 231 | # While these objects do have type `module`, the names are aliases for modules |
no outgoing calls
no test coverage detected
searching dependent graphs…