From 786265fe752ed23f6453dd07281ef84b6a9a91cd Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Tue, 18 Oct 2022 02:54:55 +0200 Subject: [PATCH] .gitlab-ci.yml: docs: use pip with docs/requirements.txt to install dependencies --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb52e3a..7d3a926 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ build_docker: .docs: image: "${CI_REGISTRY_IMAGE}:dev" before_script: - - pacman -Sy --noconfirm python-sphinx-{click,furo} + - pip install -r docs/requirements.txt script: - (cd docs && make) - mv docs/html public