You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/flask-sqlalchemy/files/2.3.2-mapping.patch

20 lines
647 B

--- 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