Skip to content

Commit

Permalink
Prevent a sphinx warning by setting html_static_path...
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Jul 21, 2017
1 parent df311b7 commit 8087d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']
html_title = "%s documentation" % project
html_static_path = ['_static']
html_static_path = []
master_doc = 'index'
exclude_trees = ['_build']
templates_path = ['_templates']
Expand Down

0 comments on commit 8087d21

Please sign in to comment.