summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2022-09-27 10:23:42 +0800
committerMarge Bot <emma+marge@anholt.net>2022-09-27 08:22:23 +0000
commit9cbfe9a8baedb100b6fa7eba1ae9fe33363838c1 (patch)
tree81f2babed1ea1edd7458366ae302b8f7f60a2d6b /.gitlab-ci.yml
parent21107a244a70a1fce582b713d9b2915074e1d96c (diff)
downloadmesa-9cbfe9a8baedb100b6fa7eba1ae9fe33363838c1.tar.gz
mesa-9cbfe9a8baedb100b6fa7eba1ae9fe33363838c1.tar.bz2
mesa-9cbfe9a8baedb100b6fa7eba1ae9fe33363838c1.zip
ci/docs: Stick to specific version of python packages
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Acked-by: Eric Engestrom <eric@igalia.com> Cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18833>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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