Add static directory for html_static_path

This commit is contained in:
Mike Naberezny 2012-01-15 13:02:57 -08:00
parent 3d616630eb
commit 6cdf95f4ef
2 changed files with 1 additions and 1 deletions

View File

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

0
docs/static/.gitkeep vendored Normal file
View File