Skip to content

Commit 6bfa678

Browse files
committed
Fix warning in build while copying static files
Based on readthedocs/readthedocs.org#1776 this might do the trick Refs SHOOP-2419
1 parent b2aaa78 commit 6bfa678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/conf.py

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

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

0 commit comments

Comments
 (0)