Skip to content

Commit 0a6c51a

Browse files
(CI) fix rtd warning static directory
Why: Something on read the docs end How: Remove _static from conf.py See: readthedocs/readthedocs.org#1776 Tags: continuous integration documentation
1 parent ae895d0 commit 0a6c51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Add any paths that contain custom static files (such as style sheets) here,
5656
# relative to this directory. They are copied after the builtin static files,
5757
# so a file named "default.css" will overwrite the builtin "default.css".
58-
html_static_path = ['_static']
58+
html_static_path = []
5959

6060
# -- Enable Intersphinx ------------------------------------------------------
6161
intersphinx_mapping = {'http://docs.python.org/': None, }

0 commit comments

Comments
 (0)