Description: 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.
Author: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
Origin: upstream
Forwarded: not-needed
Last-Update: 2014-03-18

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -108,18 +108,11 @@
 # 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']
