aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 8b01b32c7..bae26d1ec 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -241,11 +241,11 @@ todo_link_only = True
# Sphinx.Ext.ExtLinks
# ==============================================================================
extlinks = {
- 'wikipedia': ('https://en.wikipedia.org/wiki/%s', None),
+ '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', None)
+ 'ghdlsrc': ('https://github.com/ghdl/ghdl/blob/master/src/%s', '')
}