Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/conf.py

    r152bf4f ra172dfe  
    3030# Add any Sphinx extension module names here, as strings. They can be extensions
    3131# 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         }
     32extensions = ['sphinx.ext.viewcode', 'sphinx.ext.autodoc']
    4033
    4134# Add any paths that contain templates here, relative to this directory.
Note: See TracChangeset for help on using the changeset viewer.