Skip to content

Commit f5d8fd5

Browse files
committed
DOC: Un-comment html_static_path
... to avoid a warning when building the docs.
1 parent 2a27381 commit f5d8fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/conf.py

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

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

0 commit comments

Comments
 (0)