mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
bitbake: sphinx: conf: enable extlinks extension
(Bitbake rev: 3e940d93c7513413a93a910122b1dd82870044b1) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9264c71bfc
commit
28a7aa73db
@@ -32,6 +32,11 @@ copyright = '2004-%s, Richard Purdie, Chris Larson, and Phil Blundell' \
|
|||||||
% datetime.datetime.now().year
|
% datetime.datetime.now().year
|
||||||
author = 'Richard Purdie, Chris Larson, and Phil Blundell'
|
author = 'Richard Purdie, Chris Larson, and Phil Blundell'
|
||||||
|
|
||||||
|
# external links and substitutions
|
||||||
|
extlinks = {
|
||||||
|
'yocto_docs': ('https://docs.yoctoproject.org%s', None),
|
||||||
|
'oe_lists': ('https://lists.openembedded.org%s', None),
|
||||||
|
}
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
@@ -40,6 +45,7 @@ author = 'Richard Purdie, Chris Larson, and Phil Blundell'
|
|||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autosectionlabel',
|
'sphinx.ext.autosectionlabel',
|
||||||
|
'sphinx.ext.extlinks',
|
||||||
]
|
]
|
||||||
autosectionlabel_prefix_document = True
|
autosectionlabel_prefix_document = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user