Skip to content

Commit 06a585b

Browse files
committed
Remove html_static_path from docs/conf.py
1 parent b71d4b4 commit 06a585b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def __getattr__(cls, name):
149149
# Add any paths that contain custom static files (such as style sheets) here,
150150
# relative to this directory. They are copied after the builtin static files,
151151
# so a file named "default.css" will overwrite the builtin "default.css".
152-
html_static_path = ['_static']
152+
# html_static_path = ['_static']
153153

154154
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
155155
# using the given strftime format.

0 commit comments

Comments
 (0)