This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 5e6ace1 docs/source/conf.py: Drop unicode markers from strings, rephrase more doc type specific titles. new d157b22 docs/source/conf.py: Fix project name in comment. White-space change. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit d157b22eeebca27631d98ec0390fd6ccd099510b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 7 09:08:20 2018 +0200 docs/source/conf.py: Fix project name in comment. White-space change. --- docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2270716..22cd207 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# x2go documentation build configuration file, created by +# Python X2Go documentation build configuration file, created by # sphinx-quickstart on Mon Mar 5 21:36:47 2018. # # This file is execfile()d with the current directory set to its @@ -44,7 +44,6 @@ sphinx_want_ver = distutils.version.LooseVersion('1.0') if sphinxver >= sphinx_want_ver: extensions.append('sphinx.ext.viewcode') - # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git