[Python-modules-commits] r26099 - in packages/flask-babel/trunk/debian/patches (1 file)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Oct 7 17:23:26 UTC 2013


    Date: Monday, October 7, 2013 @ 17:23:25
  Author: sramacher
Revision: 26099

Really add the patch

Added:
  packages/flask-babel/trunk/debian/patches/sphinx-default-theme.patch

Added: packages/flask-babel/trunk/debian/patches/sphinx-default-theme.patch
===================================================================
--- packages/flask-babel/trunk/debian/patches/sphinx-default-theme.patch	                        (rev 0)
+++ packages/flask-babel/trunk/debian/patches/sphinx-default-theme.patch	2013-10-07 17:23:25 UTC (rev 26099)
@@ -0,0 +1,25 @@
+Description: Use default theme for sphinx documentation
+ The tarball is missing the flask_small theme. Until this is fixed in the
+ tarball, build with the default theme.
+Author: Sebastian Ramacher <sramacher at debian.org>
+Forwarded: not-needed
+Last-Update: 2013-10-07
+
+--- flask-babel-0.9.orig/docs/conf.py
++++ flask-babel-0.9/docs/conf.py
+@@ -92,14 +92,12 @@ exclude_patterns = ['_build']
+ 
+ # The theme to use for HTML and HTML Help pages.  Major themes that come with
+ # Sphinx are currently 'default' and 'sphinxdoc'.
+-html_theme = 'flask_small'
++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.
+ html_theme_options = {
+-    'index_logo':       'flask-babel.png',
+-    'github_fork':      'mitsuhiko/flask-babel'
+ }
+ 
+ # Add any paths that contain custom themes here, relative to this directory.




More information about the Python-modules-commits mailing list