mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
Merge tag 'v0.1.4' into prawn/flavours
This commit is contained in:
commit
31ab4479c8
2 changed files with 4 additions and 4 deletions
|
@ -57,7 +57,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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
click==8.0.1
|
||||
appdirs==1.4.4
|
||||
joblib==1.0.1
|
||||
click>=8.0.1
|
||||
appdirs>=1.4.4
|
||||
joblib>=1.0.1
|
||||
toml
|
||||
typing_extensions
|
||||
coloredlogs
|
||||
|
|
Loading…
Add table
Reference in a new issue