Skip to content

Commit

Permalink
support sphinx 6.0 ext.extlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds authored Dec 14, 2023
1 parent 38abccb commit 52abfb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
copybutton_remove_prompts = True

extlinks = {
"issue": ("https://github.com/observingClouds/xbitinfo/issues/%s", "GH#"),
"pr": ("https://github.com/observingClouds/xbitinfo/pull/%s", "GH#"),
"issue": ("https://github.com/observingClouds/xbitinfo/issues/%s", "GH#%s"),
"pr": ("https://github.com/observingClouds/xbitinfo/pull/%s", "GH#%s"),
}


Expand Down

0 comments on commit 52abfb6

Please sign in to comment.