Skip to content

Commit d4c2949

Browse files
committed
No need for empty static assets dir
1 parent 81d2e1e commit d4c2949

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
4040

4141
html_theme = "alabaster"
42-
html_static_path = ["_static"]
42+
## If we ever need static assets, we can put them in here.
43+
# html_static_path = ["_static"]
44+
html_static_path = []
4345

4446
# Extension configs
4547

0 commit comments

Comments
 (0)