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 ffa6226 commit fcbb3ceCopy full SHA for fcbb3ce
doc/source/conf.py
@@ -96,8 +96,10 @@
96
97
# Add any paths that contain custom static files (such as style sheets) here,
98
# relative to this directory. They are copied after the builtin static files,
99
-# so a file named "default.css" will overwrite the builtin "default.css".
100
-html_static_path = ['_static']
+# so a file named "default.css" will overwrite the built-in "default.css".
+html_static_path = []
101
+
102
+html_extra_path = ['../../ExampleDeck.jpg']
103
104
html_extra_path = ['../../ExampleDeck.jpg']
105
0 commit comments