From aeaa45e31afd60b3c81e91ae9fddcebeaa312455 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sat, 13 Jul 2013 12:37:44 +0200 Subject: [PATCH] Theme bump --- docs/conf.py | 2 +- docs/ref/built-in-views.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 01d3f95..17fb2a2 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 = 'scrolls' +html_theme = 'default' # 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 e314ca6..1c2b519 100644 --- a/docs/ref/built-in-views.rst +++ b/docs/ref/built-in-views.rst @@ -4,6 +4,8 @@ Built-In Views Each of these views contains the list of context variables that are included in their templates. +.. note:: TODO: Fix the capitalization of context variables! + View Constants ---------------