From ec70fdad4835d73bac9907e9ba82da571a1ed10e Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Thu, 3 Dec 2009 09:56:12 +0200 Subject: [PATCH] docs: Add project title to header. --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 69340d79..bffc63e4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -116,7 +116,7 @@ html_theme = 'default' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = 'v%s documentation'%version +html_title = 'scikits.image v%s docs' % version # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None