File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change
1
+ The ``extlinks `` Sphinx extension is no longer enabled. The ``:bpo: ``
2
+ role it used to declare has been removed with that. BPO itself has
3
+ migrated to GitHub some years ago and it is possible to link the
4
+ respective issues by using their GitHub issue numbers and the
5
+ ``:issue: `` role that the ``sphinx-issues `` extension implements.
6
+
7
+ -- by :user: `webknjaz `
Original file line number Diff line number Diff line change @@ -3360,7 +3360,9 @@ Bug Fixes
3360
3360
- :issue: `5914 `: pytester: fix :py:func: `~pytest.LineMatcher.no_fnmatch_line ` when used after positive matching.
3361
3361
3362
3362
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 `.
3364
3366
3365
3367
3366
3368
- :issue: `6254 `: Fix compatibility with pytest-parallel (regression in pytest 5.3.0).
Original file line number Diff line number Diff line change 82
82
"pygments_pytest" ,
83
83
"sphinx.ext.autodoc" ,
84
84
"sphinx.ext.autosummary" ,
85
- "sphinx.ext.extlinks" ,
86
85
"sphinx.ext.intersphinx" ,
87
86
"sphinx.ext.todo" ,
88
87
"sphinx.ext.viewcode" ,
171
170
linkcheck_workers = 5
172
171
173
172
174
- extlinks = {
175
- "bpo" : ("https://bugs.python.org/issue%s" , "bpo-%s" ),
176
- }
177
-
178
-
179
173
nitpicky = True
180
174
nitpick_ignore = [
181
175
# TODO (fix in pluggy?)
You can’t perform that action at this time.
0 commit comments