From fea066d51d3efc250bc9f73ec91efb45153dc176 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Sat, 25 Feb 2023 17:24:42 +0100 Subject: doc/conf: update extlinks syntax --- doc/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index b47b2ba72..477864f8c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -249,11 +249,11 @@ coverage_show_missing_items = True # Sphinx.Ext.ExtLinks # ============================================================================== extlinks = { - 'wikipedia': ('https://en.wikipedia.org/wiki/%s', ''), - 'ghdlsharp': ('https://github.com/ghdl/ghdl/issues/%s', '#'), - 'ghdlissue': ('https://github.com/ghdl/ghdl/issues/%s', 'issue #'), - 'ghdlpull': ('https://github.com/ghdl/ghdl/pull/%s', 'pull request #'), - 'ghdlsrc': ('https://github.com/ghdl/ghdl/blob/master/src/%s', '') + 'wikipedia': ('https://en.wikipedia.org/wiki/%s', 'w:%s'), + 'ghdlsharp': ('https://github.com/ghdl/ghdl/issues/%s', '#%s'), + 'ghdlissue': ('https://github.com/ghdl/ghdl/issues/%s', 'issue #%s'), + 'ghdlpull': ('https://github.com/ghdl/ghdl/pull/%s', 'pull request #%s'), + 'ghdlsrc': ('https://github.com/ghdl/ghdl/blob/master/src/%s', '%s') } -- cgit v1.2.3