mik-laj commented on a change in pull request #5590: [AIRFLOW-XXX] Disable 
intersphinx loading of `requests` modules
URL: https://github.com/apache/airflow/pull/5590#discussion_r303400470
 
 

 ##########
 File path: docs/conf.py
 ##########
 @@ -236,7 +236,8 @@
     'mongodb': ('https://api.mongodb.com/python/current/', None),
     'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
     'python': ('https://docs.python.org/3/', None),
-    'requests': ('http://docs.python-requests.org/en/master/', None),
+    # Re-enable when python-requests.org is working again!
 
 Review comment:
   ```suggestion
       # TODO: Re-enable when python-requests.org is working again!
   ```
   After that, you can merge it..

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to