Skip to content

Commit b378f9a

Browse files
authored
Merge pull request #9276 from hoefling/doc/extlinks-bpo
2 parents 13d23a2 + 16e15b9 commit b378f9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/en/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ Bug Fixes
13971397
- :issue:`5914`: pytester: fix :py:func:`~_pytest.pytester.LineMatcher.no_fnmatch_line` when used after positive matching.
13981398

13991399

1400-
- :issue:`6082`: Fix line detection for doctest samples inside :py:class:`python:property` docstrings, as a workaround to `bpo-17446 <https://bugs.python.org/issue17446>`__.
1400+
- :issue:`6082`: Fix line detection for doctest samples inside :py:class:`python:property` docstrings, as a workaround to :bpo:`17446`.
14011401

14021402

14031403
- :issue:`6254`: Fix compatibility with pytest-parallel (regression in pytest 5.3.0).

doc/en/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162

163163
_repo = "https://github.com/pytest-dev/pytest"
164164
extlinks = {
165+
"bpo": ("https://bugs.python.org/issue%s", "bpo-"),
165166
"pypi": ("https://pypi.org/project/%s/", ""),
166167
"issue": (f"{_repo}/issues/%s", "issue #"),
167168
"pull": (f"{_repo}/pull/%s", "pull request #"),

0 commit comments

Comments
 (0)