idella4     14/04/03 10:52:01

  Added:                mapping.patch
  Log:
  revbump; add py3 support, IUSE doc, patch for doc build, update deps and all 
phases, fixes Bug #491872 by Kai
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.1                  dev-python/flask-sqlalchemy/files/mapping.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-sqlalchemy/files/mapping.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-sqlalchemy/files/mapping.patch?rev=1.1&content-type=text/plain

Index: mapping.patch
===================================================================
diff -ur Flask-SQLAlchemy-1.0.orig/docs/conf.py 
Flask-SQLAlchemy-1.0/docs/conf.py
--- docs/conf.py        2013-01-27 08:57:36.000000000 +0800
+++ docs/conf.py        2014-04-03 18:08:34.772268079 +0800
@@ -224,9 +224,9 @@
 
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None,
-                       'http://flask.pocoo.org/docs/': None,
-                       'http://www.sqlalchemy.org/docs/': None}
+#intersphinx_mapping = {'http://docs.python.org/': None,
+#                       'http://flask.pocoo.org/docs/': None,
+#                       'http://www.sqlalchemy.org/docs/': None}
 pygments_style = 'flask_theme_support.FlaskyStyle'
 
 # fall back if theme is not there




Reply via email to