[python-bitstring] 04/06: d/p/*: add patch to build sphinxdoc with compat theme

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Apr 16 22:38:03 UTC 2015


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

ghisvail-guest pushed a commit to branch master
in repository python-bitstring.

commit aaee4d1e9fcc39fb0ec50b4163deac00f7db3f85
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Apr 16 23:34:36 2015 +0100

    d/p/*: add patch to build sphinxdoc with compat theme
---
 debian/patches/0001-fix-sphinxdoc-build.patch | 20 ++++++++++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/0001-fix-sphinxdoc-build.patch b/debian/patches/0001-fix-sphinxdoc-build.patch
new file mode 100644
index 0000000..41ce5db
--- /dev/null
+++ b/debian/patches/0001-fix-sphinxdoc-build.patch
@@ -0,0 +1,20 @@
+--- a/doc/conf.py
++++ b/doc/conf.py
+@@ -22,7 +22,7 @@
+ 
+ # Add any Sphinx extension module names here, as strings. They can be extensions
+ # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
+-extensions = ['sphinx.ext.autodoc', 'sphinxjp.themecore']
++extensions = ['sphinx.ext.autodoc',]
+ 
+ # Add any paths that contain templates here, relative to this directory.
+ templates_path = ['_templates']
+@@ -91,7 +91,7 @@
+ 
+ # The theme to use for HTML and HTML Help pages.  Major themes that come with
+ # Sphinx are currently 'default' and 'sphinxdoc'.
+-html_theme = 'bizstyle'
++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
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..638edce
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-sphinxdoc-build.patch

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



More information about the debian-science-commits mailing list