From 0c6f682cd0e03c06298cec78e79d10a87426fca8 Mon Sep 17 00:00:00 2001 From: tom christie tom@tomchristie.com Date: Tue, 1 Feb 2011 20:00:16 +0000 Subject: Fix errant uppercasing in docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 9a81e1b1..1a87b024 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -111,7 +111,7 @@ html_theme = 'default' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = "Django REST Framework" +html_title = "Django REST framework" # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None -- cgit v1.2.3