File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8585# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html
8686_repo = "python/cpython"
8787extlinks = {
88- "issue" : (f"https://github.com/{ _repo } /issues/%s" , f"{ _repo } #%s" ),
89- "pr" : (f"https://github.com/{ _repo } /pull/%s" , f"{ _repo } #%s" ),
88+ "cpython- issue" : (f"https://github.com/{ _repo } /issues/%s" , f"{ _repo } #%s" ),
89+ "cpython- pr" : (f"https://github.com/{ _repo } /pull/%s" , f"{ _repo } #%s" ),
9090 "pypi" : ("https://pypi.org/project/%s/" , "%s" ),
9191}
9292
Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ This allows the following implementation strategy:
825825* The generated ``__annotate__ `` function uses the set to determine
826826 which annotations were defined in the class or module body, and return only those.
827827
828- This was implemented in :pr: `130935 `.
828+ This was implemented in :cpython- pr: `130935 `.
829829
830830Specification
831831-------------
You can’t perform that action at this time.
0 commit comments