Skip to content

Commit d1a63b1

Browse files
committed
📝🔥 Remove the :bpo: RST role declaration
BPO is in read-only mode and all issues have been migrated to GitHub. This patch replaces the use of that role with `:issue:`, recently integrated via pytest-dev#12522. It also disables the built-in `extlinks` Sphinx extension as it's no longer in use.
1 parent 53bf188 commit d1a63b1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

doc/en/changelog.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -3360,7 +3360,9 @@ Bug Fixes
33603360
- :issue:`5914`: pytester: fix :py:func:`~pytest.LineMatcher.no_fnmatch_line` when used after positive matching.
33613361

33623362

3363-
- :issue:`6082`: Fix line detection for doctest samples inside :py:class:`python:property` docstrings, as a workaround to :bpo:`17446`.
3363+
- :issue:`6082`: Fix line detection for doctest samples inside
3364+
:py:class:`python:property` docstrings, as a workaround to
3365+
:issue:`python/cpython#61648`.
33643366

33653367

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

doc/en/conf.py

-6
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"pygments_pytest",
8383
"sphinx.ext.autodoc",
8484
"sphinx.ext.autosummary",
85-
"sphinx.ext.extlinks",
8685
"sphinx.ext.intersphinx",
8786
"sphinx.ext.todo",
8887
"sphinx.ext.viewcode",
@@ -171,11 +170,6 @@
171170
linkcheck_workers = 5
172171

173172

174-
extlinks = {
175-
"bpo": ("https://bugs.python.org/issue%s", "bpo-%s"),
176-
}
177-
178-
179173
nitpicky = True
180174
nitpick_ignore = [
181175
# TODO (fix in pluggy?)

0 commit comments

Comments
 (0)