Skip to content

Commit 5dbfe66

Browse files
committed
Remove _static reference from html_static_path
1 parent 11129e8 commit 5dbfe66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
html_theme_options = {
3737
"sidebar_hide_name": True, # Hide the project name in the sidebar
3838
}
39-
html_static_path = ['_static']
39+
html_static_path = []

0 commit comments

Comments
 (0)