mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-01 12:14:50 +00:00
Docs: Hide the static directory from "non-all" lists.
This commit is contained in:
parent
93cffeee46
commit
336fb0ea80
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue