diff --git a/docs/conf.py b/docs/conf.py index 134d7534..90a1da2a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ url='https://peps.python.org/pep-{pep_number:0>4}/', ), dict( - pattern=r'(Python #|py-)(?P\d+)', + pattern=r'(python/cpython#|Python #|py-)(?P\d+)', url='https://github.com/python/cpython/issues/{python}', ), ],