|
|
|
@ -8,8 +8,11 @@ build: |
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
post_create_environment: |
|
|
|
post_create_environment: |
|
|
|
- curl -sSL https://install.python-poetry.org | python3 - |
|
|
|
- curl -sSL https://install.python-poetry.org | python3 - |
|
|
|
- $HOME/.local/bin/poetry config virtualenvs.create false |
|
|
|
- export PATH="$HOME/.local/bin/:$PATH" |
|
|
|
- $HOME/.local/bin/poetry install |
|
|
|
- poetry config virtualenvs.create false |
|
|
|
|
|
|
|
- poetry install |
|
|
|
|
|
|
|
commands: |
|
|
|
|
|
|
|
- cd docs && make html |
|
|
|
|
|
|
|
|
|
|
|
# Build documentation in the docs/ directory with Sphinx |
|
|
|
# Build documentation in the docs/ directory with Sphinx |
|
|
|
sphinx: |
|
|
|
sphinx: |
|
|
|
|