Merge branch '4.x' into 5.0.x

This commit is contained in:
Takeshi KOMIYA 2022-05-28 23:17:46 +09:00
commit 004012b6df
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ Documentation using the alabaster theme
* `pytest <https://docs.pytest.org/>`__ (customized) * `pytest <https://docs.pytest.org/>`__ (customized)
* `python-apt <https://apt-team.pages.debian.net/python-apt/>`__ * `python-apt <https://apt-team.pages.debian.net/python-apt/>`__
* `PyVisfile <https://documen.tician.de/pyvisfile/>`__ * `PyVisfile <https://documen.tician.de/pyvisfile/>`__
* `Requests <https://docs.python-requests.org/>`__ * `Requests <https://requests.readthedocs.io/>`__
* `searx <https://asciimoo.github.io/searx/>`__ * `searx <https://asciimoo.github.io/searx/>`__
* `Spyder <https://docs.spyder-ide.org/>`__ (customized) * `Spyder <https://docs.spyder-ide.org/>`__ (customized)
* `Tablib <http://docs.python-tablib.org/>`__ * `Tablib <http://docs.python-tablib.org/>`__

View File

@ -109,7 +109,7 @@ texinfo_documents = [
intersphinx_mapping = { intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None), '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), 'readthedocs': ('https://docs.readthedocs.io/en/stable', None),
} }