summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-28 23:17:46 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-05-28 23:17:46 +0900
commit004012b6df0fcec67312373f8d89327f5b09a7e6 (patch)
treee9e913a5b7e823e5ad181655ffadd421c7ca1f19
parent06436084dd0f04b934a6899c43e60202123b9832 (diff)
parente7ab472b6d1669ab7218df6a5b2c72f43622642b (diff)
downloadsphinx-git-004012b6df0fcec67312373f8d89327f5b09a7e6.tar.gz
Merge branch '4.x' into 5.0.x
-rw-r--r--EXAMPLES2
-rw-r--r--doc/conf.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/EXAMPLES b/EXAMPLES
index da41e20e2..1f1d92365 100644
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -40,7 +40,7 @@ Documentation using the alabaster theme
* `pytest <https://docs.pytest.org/>`__ (customized)
* `python-apt <https://apt-team.pages.debian.net/python-apt/>`__
* `PyVisfile <https://documen.tician.de/pyvisfile/>`__
-* `Requests <https://docs.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 8da5f4b16..a0d2f4df9 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -109,7 +109,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),
}