Fix page title

This commit is contained in:
Steve Johnson 2013-10-06 20:46:38 -07:00
parent f75f83beb0
commit 5d1ae90286

View File

@ -95,6 +95,7 @@ from better import better_theme_path
html_theme_path = [better_theme_path]
html_theme = 'better'
html_title = "Pillow v{release} (PIL fork)".format(release=release)
html_short_title = "Home"
html_static_path = ['_static']