We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3b734 commit a5455e1Copy full SHA for a5455e1
docs/conf.py
@@ -183,7 +183,13 @@ def setup(app):
183
# Add any paths that contain custom static files (such as style sheets) here,
184
# relative to this directory. They are copied after the builtin static files,
185
# so a file named "default.css" will overwrite the builtin "default.css".
186
-html_static_path = ['_static']
+# - attempt to solve RTD from throwing a WARNING: html_static_theme
187
+# entry ... does not exist
188
+# - see issue #1776 on rtfd/readthedocs.org
189
+# (https://github.com/rtfd/readthedocs.org/issues/1776)
190
+#
191
+# html_static_path = ['_static']
192
+html_static_path = []
193
194
195
# -- Options for HTMLHelp output ------------------------------------------
0 commit comments