Skip to content

Commit 1b6a214

Browse files
committed
Remove non-existant dir "_static" from conf.py
- readthedocs/readthedocs.org#1776 (comment)
1 parent 344dae3 commit 1b6a214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@
6464
# Add any paths that contain custom static files (such as style sheets) here,
6565
# relative to this directory. They are copied after the builtin static files,
6666
# so a file named "default.css" will overwrite the builtin "default.css".
67-
html_static_path = ["_static"]
67+
# html_static_path = ["_static"]
68+
html_static_path = []

0 commit comments

Comments
 (0)