Skip to content

Commit

Permalink
update code to address sphinx change sphinx-doc/sphinx#10471
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMohrmann committed Apr 11, 2024
1 parent aca3f3e commit 6b7988e
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 @@ -74,8 +74,8 @@

# link to github issues
extlinks = {
"issue": ("https://github.com/GliderToolsCommunity/GliderTools/issues/%s", "GH#"),
"pull": ("https://github.com/GliderToolsCommunity/GliderTools/issues/%s", "GH#"),
"issue": ("https://github.com/GliderToolsCommunity/GliderTools/issues/%s", "GH#%s"),
"pull": ("https://github.com/GliderToolsCommunity/GliderTools/issues/%s", "GH#%s"),
}

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down

0 comments on commit 6b7988e

Please sign in to comment.