Mesa (main): ci: downgrade sphinx to v3.x

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed May 26 15:10:54 UTC 2021


Module: Mesa
Branch: main
Commit: a545b6eda040ee40b5c36533d7ae378fc24fcf09
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a545b6eda040ee40b5c36533d7ae378fc24fcf09

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Wed May 26 15:27:27 2021 +0200

ci: downgrade sphinx to v3.x

Sphinx 4.0 was recently released, but sadly the theme we're using is not
yet compatible with Sphinx 4.0.

So let's limit the sphinx-version we're using to a version before Sphinx
4.0 for now.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4843
Reviewed-by: Hoe Hao Cheng <haochengho12907 at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11005>

---

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f221cce8090..bb74311fb7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -92,7 +92,7 @@ stages:
     - .ci-run-policy
   script:
   - apk --no-cache add graphviz
-  - pip3 install sphinx sphinx_rtd_theme
+  - pip3 install "sphinx<4.0" sphinx_rtd_theme
   - sphinx-build -W -b html docs public
 
 pages:



More information about the mesa-commit mailing list