Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-28 17:16:33 +0300
committerGitHub <noreply@github.com>2022-05-28 17:16:33 +0300
commit78cf539866741106e1229c972ed8769d776d8ca2 (patch)
treee8b782d37133f251cf541eb586d6a879b4f5049c
parent2a354d48dc3508341e3043b7ebd487cb34cb42c2 (diff)
parent721bc00d2bd0a7956d4014459cb9a859ebdee24f (diff)
Merge pull request #10484 from tk0miya/change_url_for_requests4.5.x
Update URL for requests
-rw-r--r--EXAMPLES2
-rw-r--r--doc/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/EXAMPLES b/EXAMPLES
index 2df57de74..72613e9ba 100644
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -36,7 +36,7 @@ Documentation using the alabaster theme
* `pytest <https://docs.pytest.org/>`__ (customized)
* `python-apt <https://apt.alioth.debian.org/python-apt-doc/>`__
* `PyVisfile <https://documen.tician.de/pyvisfile/>`__
-* `Requests <http://www.python-requests.org/>`__
+* `Requests <https://requests.readthedocs.io/>`__
* `searx <https://asciimoo.github.io/searx/>`__
* `Spyder <https://docs.spyder-ide.org/>`__ (customized)
* `Tablib <http://docs.python-tablib.org/>`__
diff --git a/doc/conf.py b/doc/conf.py
index a5563ad93..281ca2605 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -108,7 +108,7 @@ texinfo_documents = [
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
- 'requests': ('https://docs.python-requests.org/en/latest/', None),
+ 'requests': ('https://requests.readthedocs.io/en/latest/', None),
'readthedocs': ('https://docs.readthedocs.io/en/stable', None),
}