docs: use custom html theme

This uses the new custom HTML theme for Sphinx, so our documentation
looks similar to our website.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8399>
This commit is contained in:
Erik Faye-Lund
2021-01-21 15:11:24 +01:00
committed by Marge Bot
parent 3b6f549e96
commit 9aefd97cfd
3 changed files with 4 additions and 32 deletions

View File

@@ -10,7 +10,7 @@
- public/
script:
- apk --no-cache add graphviz doxygen
- pip3 install sphinx===5.1.1 breathe===4.34.0 mako===1.2.3 sphinx_rtd_theme===1.0.0
- pip3 install sphinx===5.1.1 breathe===4.34.0 mako===1.2.3
- docs/doxygen-wrapper.py --out-dir=docs/doxygen_xml
- sphinx-build -W -b $BUILDER docs public