aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 722c79230..197f2757a 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -32,6 +32,11 @@ copyright = '2004-%s, Richard Purdie, Chris Larson, and Phil Blundell' \
% datetime.datetime.now().year
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 ---------------------------------------------------
@@ -40,6 +45,7 @@ author = 'Richard Purdie, Chris Larson, and Phil Blundell'
# ones.
extensions = [
'sphinx.ext.autosectionlabel',
+ 'sphinx.ext.extlinks',
]
autosectionlabel_prefix_document = True