Switch to unified view

a/Ming/docs/conf.py b/Ming/docs/conf.py
...
...
20
20
21
# -- General configuration -----------------------------------------------------
21
# -- General configuration -----------------------------------------------------
22
22
23
# Add any Sphinx extension module names here, as strings. They can be extensions
23
# Add any Sphinx extension module names here, as strings. They can be extensions
24
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
24
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
25
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo']
25
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.autosummary']
26
26
27
# Add any paths that contain templates here, relative to this directory.
27
# Add any paths that contain templates here, relative to this directory.
28
templates_path = ['_templates']
28
templates_path = ['_templates']
29
29
30
# The suffix of source filenames.
30
# The suffix of source filenames.