We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab08be commit 90073b1Copy full SHA for 90073b1
1 file changed
docs/conf.py
@@ -27,9 +27,13 @@
27
url='https://peps.python.org/pep-{pep_number:0>4}/',
28
),
29
dict(
30
- pattern=r'(python/cpython#|Python #|py-)(?P<python>\d+)',
+ pattern=r'(python/cpython#|Python #)(?P<python>\d+)',
31
url='https://github.com/python/cpython/issues/{python}',
32
33
+ dict(
34
+ pattern=r'bpo-(?P<bpo>\d+)',
35
+ url='http://bugs.python.org/issue{bpo}',
36
+ ),
37
],
38
)
39
}
0 commit comments