Merge pull request #657 from antmicro/umarcor/docs/update
docs/conf: update extlinks syntax
This commit is contained in:
commit
835a40534f
12
docs/conf.py
12
docs/conf.py
|
@ -187,10 +187,10 @@ intersphinx_mapping = {
|
||||||
# -- Sphinx.Ext.ExtLinks -----------------------------------------------------------------------------------------------
|
# -- Sphinx.Ext.ExtLinks -----------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
extlinks = {
|
extlinks = {
|
||||||
'wikipedia': ('https://en.wikipedia.org/wiki/%s', 'wikipedia:'),
|
'wikipedia': ('https://en.wikipedia.org/wiki/%s', 'wikipedia: %s'),
|
||||||
'gh': ('https://github.com/%s', 'gh:'),
|
'gh': ('https://github.com/%s', 'gh:%s'),
|
||||||
'ghsharp': ('https://github.com/chipsalliance/f4pga/issues/%s', '#'),
|
'ghsharp': ('https://github.com/chipsalliance/f4pga/issues/%s', '#%s'),
|
||||||
'ghissue': ('https://github.com/chipsalliance/f4pga/issues/%s', 'issue #'),
|
'ghissue': ('https://github.com/chipsalliance/f4pga/issues/%s', 'issue #%s'),
|
||||||
'ghpull': ('https://github.com/chipsalliance/f4pga/pull/%s', 'pull request #'),
|
'ghpull': ('https://github.com/chipsalliance/f4pga/pull/%s', 'pull request #%s'),
|
||||||
'ghsrc': ('https://github.com/chipsalliance/f4pga/blob/main/%s', '')
|
'ghsrc': ('https://github.com/chipsalliance/f4pga/blob/main/%s', '%s')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue