summaryrefslogtreecommitdiff
blob: c736d15a3d12286243130561acfb294a9b1f0a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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