summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-04-13 16:16:26 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-16 18:13:44 +0100
commit29af1cd2a4f379096f5dd6f4cacc0a9c9f211e7c (patch)
tree5f56f0dc0351dd7b45ab91473c4cfb20b3acc8c7 /doc
parente8359fd85ce0358019e2a32b4c47ba76613f48f0 (diff)
downloadbitbake-29af1cd2a4f379096f5dd6f4cacc0a9c9f211e7c.tar.gz
sphinx: switch to readthedocs theme
To install this additional theme: pip3 install sphinx_rtd_theme Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 1cac186d4..77ea2e821 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -58,7 +58,7 @@ rst_prolog = """
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'alabaster'
+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,