From ad44101cfc03cfaf257ded9ea51aed1a5aff0233 Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 2 Dec 2024 12:32:05 +0000 Subject: [PATCH] ci: install docs requirements from file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b67fce..09c8840 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ test:docs: - cp config.yaml.example config.yaml - apt update && apt install build-essential - pip install -r requirements.txt - - pip install sphinx + - pip install -r requirements-docs.txt - pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd rules: - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH @@ -69,7 +69,7 @@ pages: - cp config.yaml.example config.yaml - apt update && apt install build-essential - pip install -r requirements.txt - - pip install sphinx + - pip install -r requirements-docs.txt - pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd artifacts: paths: