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