We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97417bf commit cd6ebf2Copy full SHA for cd6ebf2
doc/conf.py
@@ -129,8 +129,8 @@
129
# -- Sphinx.Ext.ExtLinks --------------------------------------------------
130
131
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', ''),
+ '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'),
136
}
0 commit comments