mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
.gitlab-ci.yml: docs: use pip with docs/requirements.txt to install dependencies
This commit is contained in:
parent
8eef0af650
commit
786265fe75
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ build_docker:
|
||||||
.docs:
|
.docs:
|
||||||
image: "${CI_REGISTRY_IMAGE}:dev"
|
image: "${CI_REGISTRY_IMAGE}:dev"
|
||||||
before_script:
|
before_script:
|
||||||
- pacman -Sy --noconfirm python-sphinx-{click,furo}
|
- pip install -r docs/requirements.txt
|
||||||
script:
|
script:
|
||||||
- (cd docs && make)
|
- (cd docs && make)
|
||||||
- mv docs/html public
|
- mv docs/html public
|
||||||
|
|
Loading…
Add table
Reference in a new issue