diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-04-13 16:16:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-16 18:14:07 +0100 |
commit | b744f6975043f6a362f90525c16b8f86383074bc (patch) | |
tree | fc03cb0e3a64e9fb7157a6c3e8ed056e922db3ee /bitbake | |
parent | 03cb20705309927aca028471b206e17611113378 (diff) | |
download | poky-b744f6975043f6a362f90525c16b8f86383074bc.tar.gz |
bitbake: sphinx: switch to readthedocs theme
To install this additional theme:
pip3 install sphinx_rtd_theme
(Bitbake rev: 29af1cd2a4f379096f5dd6f4cacc0a9c9f211e7c)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = """ | |||
58 | # The theme to use for HTML and HTML Help pages. See the documentation for | 58 | # The theme to use for HTML and HTML Help pages. See the documentation for |
59 | # a list of builtin themes. | 59 | # a list of builtin themes. |
60 | # | 60 | # |
61 | html_theme = 'alabaster' | 61 | html_theme = 'sphinx_rtd_theme' |
62 | 62 | ||
63 | # Add any paths that contain custom static files (such as style sheets) here, | 63 | # Add any paths that contain custom static files (such as style sheets) here, |
64 | # relative to this directory. They are copied after the builtin static files, | 64 | # relative to this directory. They are copied after the builtin static files, |