|
24 | 24 |
|
25 | 25 | master_doc = "index" |
26 | 26 | project = "Conda recipes for FPGA EDA tools" |
27 | | -copyright = "2019-2022, hdl/conda-* contributors" |
| 27 | +copyright = "2019-2023, hdl/conda-* contributors" |
28 | 28 | author = "hdl/conda-* contributors" |
29 | 29 |
|
30 | 30 | version = "latest" |
|
122 | 122 | # -- Sphinx.Ext.ExtLinks ----------------------------------------------------------------------------------------------- |
123 | 123 |
|
124 | 124 | 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"), |
132 | 132 | } |
0 commit comments