Docs: Hide the static directory from "non-all" lists.

This commit is contained in:
Martin Mahner 2009-07-09 19:26:40 +02:00
parent 93cffeee46
commit 336fb0ea80

View file

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