Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 63f4010

Browse files
committedJul 17, 2014
Disable the search for an extra static directory in the docs, there is no supplementary static stuff to load.
Fixes the sphinx warning associated to this.
1 parent cc9a80a commit 63f4010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/conf.py

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

134134
# Add any extra paths that contain custom files (such as robots.txt or
135135
# .htaccess) here, relative to this directory. These files are copied

0 commit comments

Comments
 (0)
Please sign in to comment.