Change documentation website to requests.readthedocs.io (#5236)

Fixes: #5212
This commit is contained in:
Sorin Sbarnea
2019-10-25 04:02:55 +01:00
committed by Nate Prewitt
parent 4cd95aa496
commit d2590ee46c
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -381,6 +381,6 @@ epub_exclude_files = ["search.html"]
# epub_use_index = True
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"python": ("https://requests.readthedocs.io/en/master/", None),
"urllib3": ("https://urllib3.readthedocs.io/en/latest", None),
}