ci: add graphviz to the .docs-base template

The Gallium docs uses graphviz, so let's make sure it's installed first.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>
This commit is contained in:
Erik Faye-Lund 2020-07-02 13:09:36 +02:00 committed by Marge Bot
parent 6ff66942d2
commit cb11900cb6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ stages:
extends: .ci-run-policy
image: alpine
script:
- apk --no-cache add py3-pip
- apk --no-cache add py3-pip graphviz
- pip3 install sphinx sphinx_rtd_theme
- sphinx-build -b html docs public