shifting contents from _static to static

This commit is contained in:
Joe Heck 2012-01-30 19:53:08 +00:00
parent d1f4ddcb81
commit 9d7d898586
5 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ html_theme = '_theme'
# 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', 'images']
html_static_path = ['static', 'images']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.