We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cb97b commit 16ec665Copy full SHA for 16ec665
1 file changed
_doc/sphinxdoc/source/conf.py
@@ -9,7 +9,7 @@
9
warnings.simplefilter("ignore", category=UserWarning)
10
11
html_theme = 'pydata_sphinx_theme'
12
-html_theme_path = ['_static']
+html_theme_path = ['_static', '_images']
13
14
sys.path.insert(0, os.path.abspath(os.path.join(os.path.split(__file__)[0])))
15
0 commit comments