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 97417bf commit cd6ebf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
# -- Sphinx.Ext.ExtLinks --------------------------------------------------

extlinks = {
'ghrepo': ('https://github.com/%s', ''),
'ghissue': ('https://github.com/hdl/constraints/issues/%s', 'issue #'),
'ghpull': ('https://github.com/hdl/constraints/pull/%s', 'pull request #'),
'ghsrc': ('https://github.com/hdl/constraints/blob/main/%s', ''),
'ghrepo': ('https://github.com/%s', '%s'),
'ghissue': ('https://github.com/hdl/constraints/issues/%s', 'issue #%s'),
'ghpull': ('https://github.com/hdl/constraints/pull/%s', 'pull request #%s'),
'ghsrc': ('https://github.com/hdl/constraints/blob/main/%s', '%s'),
}

0 comments on commit cd6ebf2

Please # to comment.