[Python-modules-commits] [checkbox-ng] 02/09: Revert the documentation theme back to default
Sylvain Pineau
spineau-guest at moszumanska.debian.org
Wed Jan 6 13:51:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
spineau-guest pushed a commit to branch master
in repository checkbox-ng.
commit f8ea6dc10f846150932e4b721b7767afe02e1131
Author: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
Date: Thu Oct 8 08:38:22 2015 -0700
Revert the documentation theme back to default
CheckboxNG uses a customized sphinx theme that is not included in the release
tarball. The theme is customized for "ubuntu" colors and this is not required
in Debian.
Origin: upstream
Forwarded: not-needed
Last-Update: 2015-07-21
Patch-Name: documentation-theme
---
docs/conf.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 6140e70..34e88e1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -132,9 +132,7 @@ pygments_style = 'sphinx'
# -- Options for HTML output -------------------------------------------------
-html_theme_path = ['_templates']
-html_theme = 'ubuntu1204'
-html_theme_options = {}
+html_theme = 'default'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/checkbox-ng.git
More information about the Python-modules-commits
mailing list