Skip to content

Commit cd6ebf2

Browse files
committed
doc/conf: update extlinks syntax
1 parent 97417bf commit cd6ebf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
# -- Sphinx.Ext.ExtLinks --------------------------------------------------
130130

131131
extlinks = {
132-
'ghrepo': ('https://github.com/%s', ''),
133-
'ghissue': ('https://github.com/hdl/constraints/issues/%s', 'issue #'),
134-
'ghpull': ('https://github.com/hdl/constraints/pull/%s', 'pull request #'),
135-
'ghsrc': ('https://github.com/hdl/constraints/blob/main/%s', ''),
132+
'ghrepo': ('https://github.com/%s', '%s'),
133+
'ghissue': ('https://github.com/hdl/constraints/issues/%s', 'issue #%s'),
134+
'ghpull': ('https://github.com/hdl/constraints/pull/%s', 'pull request #%s'),
135+
'ghsrc': ('https://github.com/hdl/constraints/blob/main/%s', '%s'),
136136
}

0 commit comments

Comments
 (0)