Remove static path since it isn't used.

rtd2
Eric Holscher 2013-07-23 16:10:01 -07:00
parent 5cd5dd0dfb
commit ac02ee5369
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ if on_rtd:
html_theme = 'default'
else:
html_theme = 'nature'
html_static_path = ['_static']
# This doesn't exist since we aren't shipping any static files ourselves.
#html_static_path = ['_static']
htmlhelp_basename = 'ReadTheDocsdoc'
latex_documents = [
('index', 'ReadTheDocs.tex', u'Read The Docs Documentation',