[X2Go-Commits] [x2gobroker] 03/06: docs/source/conf.py: Switch to Sphinx theme 'haiku' if Sphinx >= 1.0 is available at build time.

git-admin at x2go.org git-admin at x2go.org
Tue Sep 11 17:38:23 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 68997642726a4d7f9bfa75b694060eb10d1705b9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 11 16:21:25 2018 +0200

    docs/source/conf.py: Switch to Sphinx theme 'haiku' if Sphinx >= 1.0 is available at build time.
---
 docs/source/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 498883c..b896e24 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -133,9 +133,9 @@ todo_include_todos = True
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
 #
-sphinx_want_ver = distutils.version.LooseVersion('1.3')
+sphinx_want_ver = distutils.version.LooseVersion('1.0')
 if sphinxver >= sphinx_want_ver:
-    html_theme = 'classic'
+    html_theme = 'haiku'
 else:
     html_theme = 'default'
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list