[Python-modules-commits] [checkbox-ng] 02/06: Revert the documentation theme back to default

Sylvain Pineau spineau-guest at moszumanska.debian.org
Mon Dec 7 13:29:53 UTC 2015


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

spineau-guest pushed a commit to tag debian/0.22-1
in repository checkbox-ng.

commit 0b0c6ced8ba44046dc7a682e90f6190bf7dbcd9f
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