From dc8b675ef7dd9bfc43f318d80e076b5621715e17 Mon Sep 17 00:00:00 2001 From: umarcor Date: Tue, 24 Jan 2023 22:18:46 +0100 Subject: [PATCH] doc/conf: update extlinks syntax --- doc/site/conf.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/site/conf.py b/doc/site/conf.py index c40d1f1..6e9c466 100644 --- a/doc/site/conf.py +++ b/doc/site/conf.py @@ -171,11 +171,11 @@ # -- Sphinx.Ext.ExtLinks ----------------------------------------------------------------------------------------------- extlinks = { - "wikipedia": ("https://en.wikipedia.org/wiki/%s", "wikipedia:"), - "awesome": ("https://hdl.github.io/awesome/items/%s", ""), - "gh": ("https://github.com/%s", "gh:"), - "ghsharp": ("https://github.com/umarcor/SIEAV/issues/%s", "#"), - "ghissue": ("https://github.com/umarcor/SIEAV/issues/%s", "issue #"), - "ghpull": ("https://github.com/umarcor/SIEAV/pull/%s", "pull request #"), - "ghsrc": ("https://github.com/umarcor/SIEAV/blob/main/%s", ""), + "wikipedia": ("https://en.wikipedia.org/wiki/%s", "wikipedia:%s"), + "awesome": ("https://hdl.github.io/awesome/items/%s", "%s"), + "gh": ("https://github.com/%s", "gh:%s"), + "ghsharp": ("https://github.com/umarcor/SIEAV/issues/%s", "#%s"), + "ghissue": ("https://github.com/umarcor/SIEAV/issues/%s", "issue #%s"), + "ghpull": ("https://github.com/umarcor/SIEAV/pull/%s", "pull request #%s"), + "ghsrc": ("https://github.com/umarcor/SIEAV/blob/main/%s", "%s"), }