Skip to content

Commit f16e114

Browse files
committed
Add support for python/cpython references
1 parent 9a878d6 commit f16e114

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 #|py-)(?P<python>\d+)',
28+
pattern=r'(python/cpython#|Python #|py-)(?P<python>\d+)',
2929
url='https://github.com/python/cpython/issues/{python}',
3030
),
3131
],

0 commit comments

Comments
 (0)