Skip to content

Commit 9393f21

Browse files
committed
do not use static path
1 parent cbb3fa0 commit 9393f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2525

2626
html_theme = "furo"
27-
html_static_path = ["_static"]
27+
html_static_path = []
2828

2929
html_theme_options = {
3030
"dark_css_variables": {

0 commit comments

Comments
 (0)