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 81d2e1e commit d4c2949Copy full SHA for d4c2949
1 file changed
docs/conf.py
@@ -39,7 +39,9 @@
39
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
40
41
html_theme = "alabaster"
42
-html_static_path = ["_static"]
+## If we ever need static assets, we can put them in here.
43
+# html_static_path = ["_static"]
44
+html_static_path = []
45
46
# Extension configs
47
0 commit comments