Skip to content

Commit 1612d3d

Browse files
committed
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.
1 parent bc33ba0 commit 1612d3d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

doc/en/conf.py

-5
Original file line numberDiff line numberDiff line change
@@ -382,18 +382,13 @@
382382
]
383383

384384

385-
# Example configuration for intersphinx: refer to the Python standard library.
386385
intersphinx_mapping = {
387386
"pluggy": ("https://pluggy.readthedocs.io/en/stable", None),
388387
"python": ("https://docs.python.org/3", None),
389388
"numpy": ("https://numpy.org/doc/stable", None),
390389
"pip": ("https://pip.pypa.io/en/stable", None),
391390
"tox": ("https://tox.wiki/en/stable", None),
392391
"virtualenv": ("https://virtualenv.pypa.io/en/stable", None),
393-
"django": (
394-
"http://docs.djangoproject.com/en/stable",
395-
"http://docs.djangoproject.com/en/stable/_objects",
396-
),
397392
"setuptools": ("https://setuptools.pypa.io/en/stable", None),
398393
}
399394

doc/en/how-to/plugins.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ there is no need to activate it.
2121
Here is a little annotated list for some popular plugins:
2222

2323
* :pypi:`pytest-django`: write tests
24-
for :std:doc:`django <django:index>` apps, using pytest integration.
24+
for `django <https://docs.djangoproject.com/>`_ apps, using pytest integration.
2525

2626
* :pypi:`pytest-twisted`: write tests
2727
for `twisted <https://twistedmatrix.com/>`_ apps, starting a reactor and

0 commit comments

Comments
 (0)