From dd9b8881e0ad84ab1e74d972a8233f5c03e7b37a Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 2 Mar 2022 12:58:58 +0100 Subject: [PATCH] Revert "ci: downgrade sphinx to v3.x" 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 Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 357996ab567..b7a9835b5ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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