From 6448c7dc8d61d62bdc2f2013b5a8e931a7ddf91d Mon Sep 17 00:00:00 2001 From: Bjoern Ludwig <bjoern.ludwig@ptb.de> Date: Sat, 21 Jan 2023 02:58:14 +0100 Subject: [PATCH] ci(docs): upgrade docs job to current configuration --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94db64f..f18a7c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,7 +94,7 @@ sphinx: rules: - if: $CI_COMMIT_TAG == null script: - - poetry install --with docs + - poetry install --extras docs - apt update - apt -y install pandoc - sphinx-build -W --keep-going docs/ docs/_build -- GitLab