We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d41452b commit 391fbe2Copy full SHA for 391fbe2
readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl
@@ -60,7 +60,7 @@ else:
60
if 'html_static_path' in globals():
61
html_static_path.append('{{ static_path }}')
62
else:
63
- html_static_path = ['_static', '{{ static_path }}']
+ html_static_path = ['{{ static_path }}']
64
65
# Add RTD Theme only if they aren't overriding it already
66
using_rtd_theme = False
0 commit comments