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:

committed by
Marge Bot

parent
6ff66942d2
commit
cb11900cb6
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user