From 0ac9181197158218a9237ee250cee82819a74ab4 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sat, 13 Jul 2013 12:34:47 +0200 Subject: [PATCH] Theme work --- docs/conf.py | 2 +- docs/ref/built-in-views.rst | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 17fb2a2..01d3f95 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/docs/ref/built-in-views.rst b/docs/ref/built-in-views.rst index 5baf711..e314ca6 100644 --- a/docs/ref/built-in-views.rst +++ b/docs/ref/built-in-views.rst @@ -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 ---------------