Skip to content

Commit fb378ea

Browse files
authored
Merge pull request #9639 from bluetech/docs-django-https
doc: remove django intersphinx mapping
2 parents c326c04 + b80472c commit fb378ea

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
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/deprecations.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Deprecated Features
1616
-------------------
1717

1818
Below is a complete list of all pytest features which are considered deprecated. Using those features will issue
19-
:class:`PytestWarning` or subclasses, which can be filtered using :ref:`standard warning filters <warnings>`.
19+
:class:`~pytest.PytestWarning` or subclasses, which can be filtered using :ref:`standard warning filters <warnings>`.
2020

2121
.. _instance-collector-deprecation:
2222

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)