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: