summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 477e75112a..2aceeb8e79 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -111,6 +111,9 @@ extlinks = {
111 'wikipedia': ('https://en.wikipedia.org/wiki/%s', None), 111 'wikipedia': ('https://en.wikipedia.org/wiki/%s', None),
112} 112}
113 113
114# To be able to use :manpage:`<something>` in the docs.
115manpages_url = 'https://manpages.debian.org/{path}'
116
114# Intersphinx config to use cross reference with BitBake user manual 117# Intersphinx config to use cross reference with BitBake user manual
115intersphinx_mapping = { 118intersphinx_mapping = {
116 'bitbake': ('https://docs.yoctoproject.org/bitbake/' + bitbake_version, None) 119 'bitbake': ('https://docs.yoctoproject.org/bitbake/' + bitbake_version, None)