We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce265af commit fa350cdCopy full SHA for fa350cd
docs/conf.py
@@ -19,8 +19,16 @@
19
extensions = ['nbsphinx',
20
'nbsphinx_link',
21
'sphinx.ext.autodoc',
22
+ 'sphinx.ext.intersphinx',
23
+ 'sphinx.ext.todo',
24
+ 'sphinx.ext.coverage',
25
+ 'sphinx.ext.inheritance_diagram',
26
+ 'sphinx.ext.viewcode',
27
'sphinx.ext.napoleon',
28
+ 'sphinx.ext.doctest',
29
+ 'sphinx.ext.mathjax',
30
'sphinx_automodapi.automodapi',
31
+ 'sphinx_automodapi.smart_resolver',
32
'sphinx_copybutton',
33
]
34
@@ -33,4 +41,4 @@
41
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
42
35
43
html_theme = 'sphinx_rtd_theme'
36
-html_static_path = []
44
+html_static_path = ['_static']
0 commit comments