Changes in doc/conf.py [152bf4f:a172dfe]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/conf.py
r152bf4f ra172dfe 30 30 # Add any Sphinx extension module names here, as strings. They can be extensions 31 31 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 32 extensions = ['sphinx.ext.viewcode', 'sphinx.ext.autodoc', 33 'sphinx.ext.napoleon', 'sphinx.ext.intersphinx'] 34 35 autodoc_member_order = 'groupwise' 36 37 intersphinx_mapping = { 38 'numpy': ('https://docs.scipy.org/doc/numpy/', None), 39 } 32 extensions = ['sphinx.ext.viewcode', 'sphinx.ext.autodoc'] 40 33 41 34 # Add any paths that contain templates here, relative to this directory.
Note: See TracChangeset
for help on using the changeset viewer.