Merge pull request #9639 from bluetech/docs-django-https
doc: remove django intersphinx mapping
This commit is contained in:
commit
fb378ea269
|
@ -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),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ Deprecated Features
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
Below is a complete list of all pytest features which are considered deprecated. Using those features will issue
|
Below is a complete list of all pytest features which are considered deprecated. Using those features will issue
|
||||||
:class:`PytestWarning` or subclasses, which can be filtered using :ref:`standard warning filters <warnings>`.
|
:class:`~pytest.PytestWarning` or subclasses, which can be filtered using :ref:`standard warning filters <warnings>`.
|
||||||
|
|
||||||
.. _instance-collector-deprecation:
|
.. _instance-collector-deprecation:
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue