Skip to content

Commit

Permalink
Fix extlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 11, 2024
1 parent 6b49376 commit fe73856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
html_static_path = ["_static"]

extlinks = {
"issue": ("https://github.com/ratt-ru/xarray-ms/issues/%s", "GH#"),
"pr": ("https://github.com/ratt-ru/xarray-ms/pull/%s", "GH#"),
"issue": ("https://github.com/ratt-ru/xarray-ms/issues/%s", "GH%s"),
"pr": ("https://github.com/ratt-ru/xarray-ms/pull/%s", "PR%s"),
}

# Example configuration for intersphinx: refer to the Python standard library.
Expand Down

0 comments on commit fe73856

Please sign in to comment.