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:
Radomir Dopieralski 2023-08-30 10:04:34 +02:00
parent f5e177b2aa
commit 80f1e30902
1 changed files with 3 additions and 3 deletions

View File

@ -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',
),
}