summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-05-04 14:57:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-10 12:52:34 +0100
commiteae7c2a0c277c764a72073cdce1cdb2eb1fd1b9a (patch)
treefc3b2691dece36a13abc2892aea921d1dc601466 /documentation/conf.py
parente3d64415eddb7c0a5c13a2a91611204c8abfbedb (diff)
downloadpoky-eae7c2a0c277c764a72073cdce1cdb2eb1fd1b9a.tar.gz
manuals: fix name capitalization issues
- Using "BitBake" instead of "Bitbake" or "bitbake", aligning with the title of the "BitBake User Manual". - Using "OpenEmbedded" instead of "Openembedded" - Using "Python" instead of "python" (From yocto-docs rev: 0b893e2a15aefedd7100445fc9d7eeed07b6afc6) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index a7cdf415f8..baf550e3e3 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -19,7 +19,7 @@ try:
19 import yaml 19 import yaml
20except ImportError: 20except ImportError:
21 sys.stderr.write("The Yocto Project Sphinx documentation requires PyYAML.\ 21 sys.stderr.write("The Yocto Project Sphinx documentation requires PyYAML.\
22 \nPlease make sure to install pyyaml python package.\n") 22 \nPlease make sure to install pyyaml Python package.\n")
23 sys.exit(1) 23 sys.exit(1)
24 24
25# current_version = "dev" 25# current_version = "dev"
@@ -108,7 +108,7 @@ extlinks = {
108 'oe_layer': ('https://layers.openembedded.org/layerindex/branch/master/layer%s', None), 108 'oe_layer': ('https://layers.openembedded.org/layerindex/branch/master/layer%s', None),
109} 109}
110 110
111# Intersphinx config to use cross reference with Bitbake user manual 111# Intersphinx config to use cross reference with BitBake user manual
112intersphinx_mapping = { 112intersphinx_mapping = {
113 'bitbake': ('https://docs.yoctoproject.org/bitbake/' + bitbake_version, None) 113 'bitbake': ('https://docs.yoctoproject.org/bitbake/' + bitbake_version, None)
114} 114}
@@ -129,7 +129,7 @@ try:
129 } 129 }
130except ImportError: 130except ImportError:
131 sys.stderr.write("The Sphinx sphinx_rtd_theme HTML theme was not found.\ 131 sys.stderr.write("The Sphinx sphinx_rtd_theme HTML theme was not found.\
132 \nPlease make sure to install the sphinx_rtd_theme python package.\n") 132 \nPlease make sure to install the sphinx_rtd_theme Python package.\n")
133 sys.exit(1) 133 sys.exit(1)
134 134
135html_logo = 'sphinx-static/YoctoProject_Logo_RGB.jpg' 135html_logo = 'sphinx-static/YoctoProject_Logo_RGB.jpg'