diff options
Diffstat (limited to 'documentation/conf.py')
| -rw-r--r-- | documentation/conf.py | 6 |
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 |
| 20 | except ImportError: | 20 | except 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 |
| 112 | intersphinx_mapping = { | 112 | intersphinx_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 | } |
| 130 | except ImportError: | 130 | except 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 | ||
| 135 | html_logo = 'sphinx-static/YoctoProject_Logo_RGB.jpg' | 135 | html_logo = 'sphinx-static/YoctoProject_Logo_RGB.jpg' |
