File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 382
382
]
383
383
384
384
385
- # Example configuration for intersphinx: refer to the Python standard library.
386
385
intersphinx_mapping = {
387
386
"pluggy" : ("https://pluggy.readthedocs.io/en/stable" , None ),
388
387
"python" : ("https://docs.python.org/3" , None ),
389
388
"numpy" : ("https://numpy.org/doc/stable" , None ),
390
389
"pip" : ("https://pip.pypa.io/en/stable" , None ),
391
390
"tox" : ("https://tox.wiki/en/stable" , None ),
392
391
"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
- ),
397
392
"setuptools" : ("https://setuptools.pypa.io/en/stable" , None ),
398
393
}
399
394
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Deprecated Features
16
16
-------------------
17
17
18
18
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 >`.
20
20
21
21
.. _instance-collector-deprecation :
22
22
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ there is no need to activate it.
21
21
Here is a little annotated list for some popular plugins:
22
22
23
23
* :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.
25
25
26
26
* :pypi: `pytest-twisted `: write tests
27
27
for `twisted <https://twistedmatrix.com/ >`_ apps, starting a reactor and
You can’t perform that action at this time.
0 commit comments