renamed .static to _static

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40505
This commit is contained in:
Ismael Carnales 2008-12-16 11:58:24 +00:00
parent 26c749b396
commit 4b2d29a6ce
1 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.