Skip to content

Commit cf5a6b0

Browse files
committed
Remove html_static_paths
This is done to stop the warning related to html_static_paths when running `make html`. See readthedocs/readthedocs.org#1776.
1 parent 91dc6b1 commit cf5a6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/source/conf.py

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

9494
# Custom sidebar templates, must be a dictionary that maps document names
9595
# to template names.

0 commit comments

Comments
 (0)