Description: Use default Sphinx theme for documentation
 The upstream's original theme includes their corporate
 logo. To be safe, this patch ignores it and configures
 the documentation builder to use the default theme.
Author: Afif Elghraoui <afif@ghraoui.name>
Forwarded: no
Last-Update: 2015-06-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -102,7 +102,7 @@ pygments_style = 'sphinx'
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'pacbio-theme'
+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
@@ -111,7 +111,6 @@ html_theme = 'pacbio-theme'
 
 # Add any paths that contain custom themes here, relative to this directory.
 #html_theme_path = []
-html_theme_path = ["../../../../doc/theme/","./"]
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
