Fix errant uppercasing in docs

This commit is contained in:
tom christie tom@tomchristie.com 2011-02-01 20:00:16 +00:00
parent 38f6d7c119
commit 0c6f682cd0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -6,6 +6,6 @@
{%- set titleprefix = "" %}
{%- endif %}
{% block htmltitle %}<title>{% if pagename == 'index' %}Django REST Framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}</title>{% endblock %}
{% block htmltitle %}<title>{% if pagename == 'index' %}Django REST framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}</title>{% endblock %}