Skip to content

Commit 13e4bd2

Browse files
committed
Updated conf.py to fix CI issue
It seems like `_static` dir is not found. Attempt a fix according to: readthedocs/readthedocs.org#1776 (comment)
1 parent 224c423 commit 13e4bd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@
4949
# Add any paths that contain custom static files (such as style sheets) here,
5050
# relative to this directory. They are copied after the builtin static files,
5151
# so a file named "default.css" will overwrite the builtin "default.css".
52-
html_static_path = ['_static']
52+
# html_static_path = ['_static']
53+
html_static_path = []

0 commit comments

Comments
 (0)