Merge tag 'v0.1.4' into prawn/flavours

This commit is contained in:
InsanePrawn 2022-11-02 00:34:27 +01:00
commit 31ab4479c8
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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