From b744f6975043f6a362f90525c16b8f86383074bc Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Mon, 13 Apr 2020 16:16:26 +0200 Subject: bitbake: sphinx: switch to readthedocs theme To install this additional theme: pip3 install sphinx_rtd_theme (Bitbake rev: 29af1cd2a4f379096f5dd6f4cacc0a9c9f211e7c) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- bitbake/doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/doc/conf.py b/bitbake/doc/conf.py index 1cac186d4b..77ea2e8215 100644 --- a/bitbake/doc/conf.py +++ b/bitbake/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, -- cgit v1.2.3-54-g00ecf