Skip to content

Commit 835401a

Browse files
authored
docs/conf: update extlinks syntax (#318)
2 parents 77e8a1e + 9d626c8 commit 835401a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
master_doc = "index"
2626
project = "Conda recipes for FPGA EDA tools"
27-
copyright = "2019-2022, hdl/conda-* contributors"
27+
copyright = "2019-2023, hdl/conda-* contributors"
2828
author = "hdl/conda-* contributors"
2929

3030
version = "latest"
@@ -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)