This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 7b57e1791a201aee8a3752d1bbd0bbf279b3ac71 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 2 05:14:25 2018 +0200 docs/source/conf.py: import sphinx module. Hopefully that actually works out. --- debian/changelog | 2 ++ docs/source/conf.py | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 918645f..7354f0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ python-x2go (0.5.99.1-0x2go1) UNRELEASED; urgency=medium - docs/source/conf.py: drop minimum sphinx version requirement again, detect version manually and adapt config based on this information. - docs/source/conf.py: fix parse error due to wrong else usage. + - docs/source/conf.py: import sphinx module. Hopefully that actually works + out. * python-x2go.spec: - Also add fdupes package as a build dependency for RHEL-based distros. - Correctly pythonize package, for Fedora, RHEL/EPEL and OpenSuSE. It's diff --git a/docs/source/conf.py b/docs/source/conf.py index ad4283d..2145469 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,6 +21,7 @@ import sys sys.path.insert(0, os.path.abspath('../../')) import x2go import distutils.version +import sphinx from datetime import date -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git