Skip to content

Commit bc4ae51

Browse files
committed
Sphinx: clear html_static_path
This is needed to avoid the 'html_static_path entry '_static' does not exist' warning readthedocs/readthedocs.org#1776
1 parent 6eb2416 commit bc4ae51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/source/conf.py

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

135135
# Custom sidebar templates, must be a dictionary that maps document names
136136
# to template names.

0 commit comments

Comments
 (0)