This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from d5fb567 Continue development... new eb8aff8 docs/source/conf.py: Customize html_title. new 5cfe22d docs/source/_: Add empty _static and _templates dir. new 8610ca4 debian/python-x2go-doc.lintian-overrides: Removed. Not required anymore. The 3 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: debian/python-x2go-doc.lintian-overrides | 2 -- docs/source/_static/.placeholder | 0 docs/source/_templates/.placeholder | 0 docs/source/conf.py | 2 +- 4 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 debian/python-x2go-doc.lintian-overrides create mode 100644 docs/source/_static/.placeholder create mode 100644 docs/source/_templates/.placeholder -- 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 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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 5cfe22dafe75be61b58e6859a7d992696857bb7f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 7 08:58:21 2018 +0200 docs/source/_: Add empty _static and _templates dir. --- docs/source/_static/.placeholder | 0 docs/source/_templates/.placeholder | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/docs/source/_static/.placeholder b/docs/source/_static/.placeholder new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/_templates/.placeholder b/docs/source/_templates/.placeholder new file mode 100644 index 0000000..e69de29 -- 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 8610ca4930e439c8eb5497a40327c1705123f36a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 7 08:58:45 2018 +0200 debian/python-x2go-doc.lintian-overrides: Removed. Not required anymore. --- debian/python-x2go-doc.lintian-overrides | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/python-x2go-doc.lintian-overrides b/debian/python-x2go-doc.lintian-overrides deleted file mode 100644 index c70a5c3..0000000 --- a/debian/python-x2go-doc.lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# epydoc produces some duplicate files, we cannot change that without great effort -python-x2go-doc: duplicate-files -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git