From: Harmon Date: Thu, 29 Apr 2021 10:10:28 +0000 (-0500) Subject: Use stable version of Requests documentation for Intersphinx linking X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d9dbf4650e7cedb54ea11d7c5551f8c91e8a9e90;p=tweepy.git Use stable version of Requests documentation for Intersphinx linking --- diff --git a/docs/conf.py b/docs/conf.py index 71f4b38..0c65b0b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ extensions = [ intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), - 'requests': ('https://docs.python-requests.org/en/latest/', None) + 'requests': ('https://docs.python-requests.org/en/stable/', None) } # Add any paths that contain templates here, relative to this directory.