Skip to content

Commit ebf22af

Browse files
committed
DOC: Disable unneeded Sphinx option
... which caused a warning.
1 parent 2ac12db commit ebf22af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
# Add any paths that contain custom static files (such as style sheets) here,
162162
# relative to this directory. They are copied after the builtin static files,
163163
# so a file named "default.css" will overwrite the builtin "default.css".
164-
html_static_path = ['_static']
164+
#html_static_path = ['_static']
165165

166166
# Add any extra paths that contain custom files (such as robots.txt or
167167
# .htaccess) here, relative to this directory. These files are copied

0 commit comments

Comments
 (0)