summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/ubuntu.docker
diff options
context:
space:
mode:
authorMarc-André Lureau2021-03-23 12:53:28 +0100
committerMarc-André Lureau2021-05-14 13:05:03 +0200
commit73e6aec6522e1edd63f631c52577b49a39bc234f (patch)
treeb6e18aef5072f698bef3fe4d56e0b8442f681f4f /tests/docker/dockerfiles/ubuntu.docker
parentMerge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ... (diff)
downloadqemu-73e6aec6522e1edd63f631c52577b49a39bc234f.tar.gz
qemu-73e6aec6522e1edd63f631c52577b49a39bc234f.tar.xz
qemu-73e6aec6522e1edd63f631c52577b49a39bc234f.zip
sphinx: adopt kernel readthedoc theme
The default "alabaster" sphinx theme has a couple shortcomings: - the navbar moves along the page - the search bar is not always at the same place - it lacks some contrast and colours The "rtd" theme from readthedocs.org is a popular third party theme used notably by the kernel, with a custom style sheet. I like it better, perhaps others do too. It also simplifies the "Edit on Gitlab" links. Tweak a bit the custom theme to match qemu.org style, use the QEMU logo, and favicon etc. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Tested-by: Bin Meng <bmeng.cn@gmail.com> Message-Id: <20210323115328.4146052-1-marcandre.lureau@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'tests/docker/dockerfiles/ubuntu.docker')
-rw-r--r--tests/docker/dockerfiles/ubuntu.docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/ubuntu.docker b/tests/docker/dockerfiles/ubuntu.docker
index b5ef7a8198..98a527361c 100644
--- a/tests/docker/dockerfiles/ubuntu.docker
+++ b/tests/docker/dockerfiles/ubuntu.docker
@@ -63,6 +63,7 @@ ENV PACKAGES \
ninja-build \
python3-yaml \
python3-sphinx \
+ python3-sphinx-rtd-theme \
sparse \
xfslibs-dev
RUN apt-get update && \