Skip to content

Commit 3febf24

Browse files
committed
remove _static from docs build
1 parent 306ee29 commit 3febf24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# Add any paths that contain custom static files (such as style sheets) here,
7474
# relative to this directory. They are copied after the builtin static files,
7575
# so a file named "default.css" will overwrite the builtin "default.css".
76-
html_static_path = ['_static']
76+
html_static_path = []
7777

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

0 commit comments

Comments
 (0)