Skip to content

Commit 057c8d3

Browse files
committed
Make html_static_path empty since we do not have _static
1 parent de9b4c6 commit 057c8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
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)