doc: remove django intersphinx mapping

Initially I just wanted to fix http -> https, but I think it's not worth
having at all just for this one reference.
This commit is contained in:
Ran Benita 2022-02-07 21:32:02 +02:00
parent bc33ba0be9
commit 1612d3d1af
2 changed files with 1 additions and 6 deletions

View File

@ -382,7 +382,6 @@ texinfo_documents = [
] ]
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = { intersphinx_mapping = {
"pluggy": ("https://pluggy.readthedocs.io/en/stable", None), "pluggy": ("https://pluggy.readthedocs.io/en/stable", None),
"python": ("https://docs.python.org/3", None), "python": ("https://docs.python.org/3", None),
@ -390,10 +389,6 @@ intersphinx_mapping = {
"pip": ("https://pip.pypa.io/en/stable", None), "pip": ("https://pip.pypa.io/en/stable", None),
"tox": ("https://tox.wiki/en/stable", None), "tox": ("https://tox.wiki/en/stable", None),
"virtualenv": ("https://virtualenv.pypa.io/en/stable", None), "virtualenv": ("https://virtualenv.pypa.io/en/stable", None),
"django": (
"http://docs.djangoproject.com/en/stable",
"http://docs.djangoproject.com/en/stable/_objects",
),
"setuptools": ("https://setuptools.pypa.io/en/stable", None), "setuptools": ("https://setuptools.pypa.io/en/stable", None),
} }

View File

@ -21,7 +21,7 @@ there is no need to activate it.
Here is a little annotated list for some popular plugins: Here is a little annotated list for some popular plugins:
* :pypi:`pytest-django`: write tests * :pypi:`pytest-django`: write tests
for :std:doc:`django <django:index>` apps, using pytest integration. for `django <https://docs.djangoproject.com/>`_ apps, using pytest integration.
* :pypi:`pytest-twisted`: write tests * :pypi:`pytest-twisted`: write tests
for `twisted <https://twistedmatrix.com/>`_ apps, starting a reactor and for `twisted <https://twistedmatrix.com/>`_ apps, starting a reactor and