clean up the html build

This commit is contained in:
Lindsey Heagy
2016-01-31 13:22:36 -08:00
parent 2874e204ee
commit 841ba61006
6 changed files with 28 additions and 16 deletions
+2 -2
View File
@@ -67,7 +67,7 @@ release = '0.1.9'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build','_static']
exclude_patterns = ['_build']
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
@@ -129,7 +129,7 @@ except Exception, e:
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = []
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.