mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Theme work
This commit is contained in:
parent
ca8f057b5e
commit
0ac9181197
2 changed files with 1 additions and 6 deletions
|
|
@ -114,7 +114,7 @@ pygments_style = 'sphinx'
|
|||
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
html_theme = 'default'
|
||||
html_theme = 'scrolls'
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
|
|
|
|||
|
|
@ -4,11 +4,6 @@ Built-In Views
|
|||
Each of these views contains the list of context variables that are included in
|
||||
their templates.
|
||||
|
||||
TODO: Provide a list of template context variables for each view per GitHub
|
||||
issue in view class' top-level docstring `#220`_
|
||||
|
||||
.. _`#220`: https://github.com/twoscoops/django-admin2/issues/220
|
||||
|
||||
View Constants
|
||||
---------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue