Skip to content

Commit 391fbe2

Browse files
committed
Remove forced _static path that confuses users
1 parent d41452b commit 391fbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ else:
6060
if 'html_static_path' in globals():
6161
html_static_path.append('{{ static_path }}')
6262
else:
63-
html_static_path = ['_static', '{{ static_path }}']
63+
html_static_path = ['{{ static_path }}']
6464

6565
# Add RTD Theme only if they aren't overriding it already
6666
using_rtd_theme = False

0 commit comments

Comments
 (0)