Skip to content

Commit

Permalink
Merge pull request #657 from antmicro/umarcor/docs/update
Browse files Browse the repository at this point in the history
docs/conf: update extlinks syntax
  • Loading branch information
tmichalak authored Apr 22, 2023
2 parents b6c5fff + 0da5097 commit 835a405
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@
# -- Sphinx.Ext.ExtLinks -----------------------------------------------------------------------------------------------

extlinks = {
'wikipedia': ('https://en.wikipedia.org/wiki/%s', 'wikipedia:'),
'gh': ('https://github.com/%s', 'gh:'),
'ghsharp': ('https://github.com/chipsalliance/f4pga/issues/%s', '#'),
'ghissue': ('https://github.com/chipsalliance/f4pga/issues/%s', 'issue #'),
'ghpull': ('https://github.com/chipsalliance/f4pga/pull/%s', 'pull request #'),
'ghsrc': ('https://github.com/chipsalliance/f4pga/blob/main/%s', '')
'wikipedia': ('https://en.wikipedia.org/wiki/%s', 'wikipedia: %s'),
'gh': ('https://github.com/%s', 'gh:%s'),
'ghsharp': ('https://github.com/chipsalliance/f4pga/issues/%s', '#%s'),
'ghissue': ('https://github.com/chipsalliance/f4pga/issues/%s', 'issue #%s'),
'ghpull': ('https://github.com/chipsalliance/f4pga/pull/%s', 'pull request #%s'),
'ghsrc': ('https://github.com/chipsalliance/f4pga/blob/main/%s', '%s')
}

0 comments on commit 835a405

Please sign in to comment.