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:
manchandavishal 2023-09-25 12:12:29 +05:30
parent d4903226da
commit c00480d7e2

View File

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