gentoo/dev-python/flask-sqlalchemy/files/2.3.2-mapping.patch
Aaron W. Swenson 633dea162f
dev-python/flask-sqlalchemy: Bump to 2.3.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-05-18 07:23:39 -04:00

20 lines
647 B
Diff

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -225,11 +225,11 @@
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {
- 'python': ('https://docs.python.org/3/', None),
- 'flask': ('http://flask.pocoo.org/docs/', None),
- 'sqlalchemy': ('http://docs.sqlalchemy.org/en/latest/', None)
-}
+# intersphinx_mapping = {
+# 'python': ('https://docs.python.org/3/', None),
+# 'flask': ('http://flask.pocoo.org/docs/', None),
+# 'sqlalchemy': ('http://docs.sqlalchemy.org/en/latest/', None)
+# }
pygments_style = 'flask_theme_support.FlaskyStyle'
# fall back if theme is not there