Fix sphinx extlinks captions for releasenotes job
We are hitting https://github.com/sphinx-doc/sphinx/issues/11094 due to changes in Sphinx. Change-Id: I10f192575d033676b5a4b1f8512bba93d381045a
This commit is contained in:
parent
d4903226da
commit
c00480d7e2
@ -54,11 +54,11 @@ openstackdocs_bug_tag = 'documentation'
|
|||||||
extlinks = {
|
extlinks = {
|
||||||
'bug': (
|
'bug': (
|
||||||
'https://bugs.launchpad.net/bugs/%s',
|
'https://bugs.launchpad.net/bugs/%s',
|
||||||
'bug ',
|
'bug:%s',
|
||||||
),
|
),
|
||||||
'blueprint': (
|
'blueprint': (
|
||||||
'https://blueprints.launchpad.net/horizon/+spec/%s',
|
'https://blueprints.launchpad.net/horizon/+spec/%s',
|
||||||
'blueprint ',
|
'blueprint:%s',
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user