MCPcopy Create free account
hub / github.com/numpy/numpy / setup

Function setup

doc/source/conf.py:155–158  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

153#show_authors = False
154
155def setup(app):
156 # add a config value for `ifconfig` directives
157 app.add_config_value('python_version_major', str(sys.version_info.major), 'env')
158 app.add_lexer('NumPyC', NumPyLexer)
159
160# While these objects do have type `module`, the names are aliases for modules
161# elsewhere. Sphinx does not support referring to modules by an aliases name,

Callers 2

setup_packageFunction · 0.50
setup_skbuild.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected