Fix sphinx extlinks captions
We are hitting https://github.com/sphinx-doc/sphinx/issues/11094 due to changes in Sphinx. Change-Id: Ie2d271c8cfbccd21aae1902ede49ac22321a67c6
This commit is contained in:
parent
f5e177b2aa
commit
80f1e30902
@ -81,15 +81,15 @@ openstackdocs_pdf_link = True
|
||||
extlinks = {
|
||||
'opendev-repo': (
|
||||
'https://opendev.org/%s',
|
||||
'',
|
||||
None,
|
||||
),
|
||||
'launchpad': (
|
||||
'https://bugs.launchpad.net/%s',
|
||||
'launchpad ',
|
||||
'launchpad:%s',
|
||||
),
|
||||
'storyboard': (
|
||||
'https://storyboard.openstack.org/#!/project/%s',
|
||||
'storyboard ',
|
||||
'storyboard:%s',
|
||||
),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user