[Python-modules-commits] [plainbox] 05/10: Revert the documentation theme back to default

Sylvain Pineau spineau-guest at moszumanska.debian.org
Fri Dec 4 16:13:54 UTC 2015


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

spineau-guest pushed a commit to tag debian/0.24-1
in repository plainbox.

commit 0d3fade51baa6f0534eaa3f7d78fae92ace3b2c9
Author: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
Date:   Thu Oct 8 10:13:55 2015 -0700

    Revert the documentation theme back to default
    
     PlainBox uses a customized sphinx theme that includes additional
     HTML to integrate with online comment service. This should not be
     a part of the offline documentation package.
    Origin: upstream
    Forwarded: not-needed
    Last-Update: 2015-07-21
    
    Patch-Name: documentation-theme
---
 docs/conf.py | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index e8dff10..8310280 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -126,19 +126,11 @@ pygments_style = 'sphinx'
 # Use our custom theme. For now it only adds Disqus.com support but we may
 # customize it further later on. The theme is called 'plainbox' and has one
 # option which controls if disqus is active or not.
-html_theme = 'plainbox'
+html_theme = 'default'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
-#
-# Due to the way disqus works, it's only going to work on
-# plainbox.readthedocs.org so only use it if building for readthedocs.
-
-html_theme_options = {
-    'show_disqus': 'true' if os.environ.get(
-        "READTHEDOCS", None) == 'True' else ''
-}
 
 # Add any paths that contain custom themes here, relative to this directory.
 html_theme_path = ['_theme']

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/plainbox.git



More information about the Python-modules-commits mailing list