mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-23 20:07:28 -08:00
Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1287 Signed-off-by: Ian Delaney <idella4@gentoo.org>
17 lines
756 B
Diff
17 lines
756 B
Diff
diff -ur Flask-SQLAlchemy-1.0.orig/docs/conf.py Flask-SQLAlchemy-1.0/docs/conf.py
|
|
--- a/docs/conf.py 2013-01-27 08:57:36.000000000 +0800
|
|
+++ b/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
|