From 615b52488f0ce7589b24650b8816a00cc26c8c5c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 3 Nov 2014 16:55:01 +0200 Subject: [PATCH] conf.py: remove release from html_title --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 45a3404..d61792a 100644 --- a/conf.py +++ b/conf.py @@ -113,7 +113,7 @@ pygments_style = 'sphinx' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -#html_title = None +html_title = 'Limnoria\'s documentation' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None