diff options
author | Marc-André Lureau | 2021-03-23 12:53:28 +0100 |
---|---|---|
committer | Marc-André Lureau | 2021-05-14 13:05:03 +0200 |
commit | 73e6aec6522e1edd63f631c52577b49a39bc234f (patch) | |
tree | b6e18aef5072f698bef3fe4d56e0b8442f681f4f /docs/tools | |
parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2021-05-12' into ... (diff) | |
download | qemu-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 'docs/tools')
-rw-r--r-- | docs/tools/_templates/editpage.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/tools/_templates/editpage.html b/docs/tools/_templates/editpage.html deleted file mode 100644 index 2a9c8fc92b..0000000000 --- a/docs/tools/_templates/editpage.html +++ /dev/null @@ -1,5 +0,0 @@ -<div id="editpage"> - <ul> - <li><a href="https://gitlab.com/qemu-project/qemu/-/blob/master/docs/tools/{{pagename}}.rst">Page source</a></li> - </ul> -</div> |