We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a64bba commit a760dc6Copy full SHA for a760dc6
1 file changed
docs/conf.py
@@ -35,15 +35,16 @@
35
# Add any Sphinx extension module names here, as strings. They can be
36
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
37
# ones.
38
-extensions = ['sphinx.ext.autodoc',
39
- 'sphinx.ext.autosummary',
40
- 'sphinx.ext.intersphinx',
41
- 'sphinx.ext.mathjax',
42
- 'sphinx.ext.viewcode',
43
- 'sphinx.ext.napoleon']
44
-
45
-# Add any paths that contain templates here, relative to this directory.
46
-templates_path = ["_templates"]
+extensions = [
+ 'sphinx_rtd_theme',
+ 'sphinx_multiversion',
+ 'sphinx.ext.autodoc',
+ 'sphinx.ext.autosummary',
+ 'sphinx.ext.intersphinx',
+ 'sphinx.ext.mathjax',
+ 'sphinx.ext.viewcode',
+ 'sphinx.ext.napoleon'
47
+]
48
49
autosummary_generate = True
50
0 commit comments