Revert "ci: downgrade sphinx to v3.x"
authorErik Faye-Lund <kusmabite@gmail.com>
Wed, 2 Mar 2022 11:58:58 +0000 (12:58 +0100)
committerMarge Bot <emma+marge@anholt.net>
Mon, 14 Mar 2022 17:21:57 +0000 (17:21 +0000)
The readthedocs theme now supports Sphinx 4.x, so there's no longer any
reason to stick with 3.x.

This reverts commit a545b6eda040ee40b5c36533d7ae378fc24fcf09.

Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15212>

.gitlab-ci.yml

index 357996a..b7a9835 100644 (file)
@@ -125,7 +125,7 @@ stages:
     - .ci-run-policy
   script:
   - apk --no-cache add graphviz doxygen
-  - pip3 install "sphinx<4.0" breathe mako sphinx_rtd_theme
+  - pip3 install sphinx breathe mako sphinx_rtd_theme
   - docs/doxygen-wrapper.py --out-dir=docs/doxygen_xml
   - sphinx-build -W -b html docs public