summaryrefslogtreecommitdiff
path: root/poky/bitbake/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'poky/bitbake/doc/conf.py')
-rw-r--r--poky/bitbake/doc/conf.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/poky/bitbake/doc/conf.py b/poky/bitbake/doc/conf.py
index 354dff36f7..197f2757aa 100644
--- a/poky/bitbake/doc/conf.py
+++ b/poky/bitbake/doc/conf.py
@@ -73,13 +73,7 @@ rst_prolog = """
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-try:
- import sphinx_rtd_theme
- html_theme = 'sphinx_rtd_theme'
-except ImportError:
- sys.stderr.write("The Sphinx sphinx_rtd_theme HTML theme was not found.\
- \nPlease make sure to install the sphinx_rtd_theme python package.\n")
- sys.exit(1)
+html_theme = 'sphinx_rtd_theme'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,