From 9cbfe9a8baedb100b6fa7eba1ae9fe33363838c1 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Tue, 27 Sep 2022 10:23:42 +0800 Subject: [PATCH] ci/docs: Stick to specific version of python packages Signed-off-by: Yonggang Luo Reviewed-by: Erik Faye-Lund Acked-by: Eric Engestrom Cc: mesa-stable Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9ff9edc52c..0e2a95d7002 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,7 +133,7 @@ stages: - .build-rules script: - apk --no-cache add graphviz doxygen - - pip3 install sphinx breathe mako sphinx_rtd_theme + - pip3 install sphinx===5.1.1 breathe===4.34.0 mako===1.2.3 sphinx_rtd_theme===1.0.0 - docs/doxygen-wrapper.py --out-dir=docs/doxygen_xml - sphinx-build -W -b html docs public