Skip to content

Commit 91beb30

Browse files
committed
fix warning about html_static_path
1 parent e49fa7e commit 91beb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2727

2828
html_theme = 'sphinx_rtd_theme'
29-
html_static_path = ['_static']
29+
html_static_path = []

0 commit comments

Comments
 (0)