From 6b7988e7ca74010b7b8a60e20dbd26be9d2e002c Mon Sep 17 00:00:00 2001 From: MartinMohrmann Date: Thu, 11 Apr 2024 12:50:48 +0200 Subject: [PATCH] update code to address sphinx change https://github.com/sphinx-doc/sphinx/pull/10471 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4783468..b353d81 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -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