Skip to content

Commit 74670d4

Browse files
committed
Add support for python/cpython references
1 parent a3d6fdb commit 74670d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
url='https://peps.python.org/pep-{pep_number:0>4}/',
2626
),
2727
dict(
28-
pattern=r'(Python #|bpo-)(?P<python>\d+)',
28+
pattern=r'(python/cpython#|Python #|bpo-)(?P<python>\d+)',
2929
url='http://bugs.python.org/issue{python}',
3030
),
3131
],

0 commit comments

Comments
 (0)