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:
|
.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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
click==8.0.1
|
click>=8.0.1
|
||||||
appdirs==1.4.4
|
appdirs>=1.4.4
|
||||||
joblib==1.0.1
|
joblib>=1.0.1
|
||||||
toml
|
toml
|
||||||
typing_extensions
|
typing_extensions
|
||||||
coloredlogs
|
coloredlogs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue