Skip to content

Commit

Permalink
doc/conf: update extlinks syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jan 24, 2023
1 parent f5b2a21 commit dc8b675
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/site/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@
# -- Sphinx.Ext.ExtLinks -----------------------------------------------------------------------------------------------

extlinks = {
"wikipedia": ("https://en.wikipedia.org/wiki/%s", "wikipedia:"),
"awesome": ("https://hdl.github.io/awesome/items/%s", ""),
"gh": ("https://github.com/%s", "gh:"),
"ghsharp": ("https://github.com/umarcor/SIEAV/issues/%s", "#"),
"ghissue": ("https://github.com/umarcor/SIEAV/issues/%s", "issue #"),
"ghpull": ("https://github.com/umarcor/SIEAV/pull/%s", "pull request #"),
"ghsrc": ("https://github.com/umarcor/SIEAV/blob/main/%s", ""),
"wikipedia": ("https://en.wikipedia.org/wiki/%s", "wikipedia:%s"),
"awesome": ("https://hdl.github.io/awesome/items/%s", "%s"),
"gh": ("https://github.com/%s", "gh:%s"),
"ghsharp": ("https://github.com/umarcor/SIEAV/issues/%s", "#%s"),
"ghissue": ("https://github.com/umarcor/SIEAV/issues/%s", "issue #%s"),
"ghpull": ("https://github.com/umarcor/SIEAV/pull/%s", "pull request #%s"),
"ghsrc": ("https://github.com/umarcor/SIEAV/blob/main/%s", "%s"),
}

0 comments on commit dc8b675

Please sign in to comment.