Skip to content

Commit 5e0a6df

Browse files
sbrazuntitaker
authored andcommitted
Remove non-existent _static dir from docs/conf.py (untitaker#32)
1 parent a01f2ee commit 5e0a6df

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

6565

6666
# Output file base name for HTML help builder.

0 commit comments

Comments
 (0)