This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit eb8aff80b5db70237c5324feb1e24f3ef76fd02c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 7 08:57:44 2018 +0200 docs/source/conf.py: Customize html_title. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2145469..f1daf7f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -151,7 +151,7 @@ else: # The name for this set of Sphinx documents. # "<project> v<release> documentation" by default. # -# html_title = u'x2go v' +html_title = u'Python X2Go (Client) API Documentation (v{ver})'.format(ver=release) # A shorter title for the navigation bar. Default is the same as html_title. # -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git