Skip to content

Commit 9d626c8

Browse files
committed
docs/conf: update extlinks syntax
1 parent ff0f289 commit 9d626c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@
122122
# -- Sphinx.Ext.ExtLinks -----------------------------------------------------------------------------------------------
123123

124124
extlinks = {
125-
"wikipedia": ("https://en.wikipedia.org/wiki/%s", None),
126-
"awesome": ("https://hdl.github.io/awesome/items/%s", ""),
127-
"gh": ("https://github.com/%s", "gh:"),
128-
"ghsharp": ("https://github.com/hdl/conda-eda/issues/%s", "#"),
129-
"ghissue": ("https://github.com/hdl/conda-eda/issues/%s", "issue #"),
130-
"ghpull": ("https://github.com/hdl/conda-eda/pull/%s", "pull request #"),
131-
"ghsrc": ("https://github.com/hdl/conda-eda/blob/master/%s", ""),
125+
"wikipedia": ("https://en.wikipedia.org/wiki/%s", "wikipedia:%s"),
126+
"awesome": ("https://hdl.github.io/awesome/items/%s", "%s"),
127+
"gh": ("https://github.com/%s", "gh:%s"),
128+
"ghsharp": ("https://github.com/hdl/conda-eda/issues/%s", "#%s"),
129+
"ghissue": ("https://github.com/hdl/conda-eda/issues/%s", "issue #%s"),
130+
"ghpull": ("https://github.com/hdl/conda-eda/pull/%s", "pull request #%s"),
131+
"ghsrc": ("https://github.com/hdl/conda-eda/blob/master/%s", "%s"),
132132
}

0 commit comments

Comments
 (0)