diff options
| author | tom christie tom@tomchristie.com | 2011-02-01 20:00:16 +0000 | 
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-02-01 20:00:16 +0000 | 
| commit | 0c6f682cd0e03c06298cec78e79d10a87426fca8 (patch) | |
| tree | c28fea3d3a245204cb3872037937424185b2dc1d /docs/conf.py | |
| parent | 38f6d7c119abb79730f91cd9135ea957c0976a0e (diff) | |
| download | django-rest-framework-0c6f682cd0e03c06298cec78e79d10a87426fca8.tar.bz2 | |
Fix errant uppercasing in docs
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 | 
1 files changed, 1 insertions, 1 deletions
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  # "<project> v<release> 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  | 
