From cb11900cb6de9a2efdbb5924622859dafe35ac98 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 2 Jul 2020 13:09:36 +0200 Subject: [PATCH] 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 Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be43e5123bb..6f409955080 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- 2.30.2