dev-python/flask-sqlalchemy: Bump to 2.3.2

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Aaron W. Swenson
2018-05-18 07:23:39 -04:00
parent 26a91427d5
commit 633dea162f
3 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
--- 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