From c4e2ed364e3d56f87cf105cfa21e56e4bbecf14b Mon Sep 17 00:00:00 2001 From: irl Date: Sat, 16 Nov 2024 19:58:17 +0000 Subject: [PATCH] ci: remove sphinx theme and plugins not used --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 112cfe8..bc7b9a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,6 @@ test:docs: - cp config.yaml.example config.yaml - apt update && apt install build-essential - pip install -r requirements.txt - - pip install -U sphinx sphinx-press-theme sphinx-jsonschema - pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd rules: - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH