Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 98c96dd

Browse files
committed
Remove redundunt _static directory from Sphinx configuration script
1 parent d4f48c8 commit 98c96dd

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
@@ -81,7 +81,7 @@
8181
# Add any paths that contain custom static files (such as style sheets) here,
8282
# relative to this directory. They are copied after the builtin static files,
8383
# so a file named "default.css" will overwrite the builtin "default.css".
84-
html_static_path = ['_static']
84+
html_static_path = []
8585

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

0 commit comments

Comments
 (0)