chore: again poetry deps build with docs

api-breakage
Morty Space 3 years ago
parent 2545a6a424
commit cafe3dc6f0
  1. 7
      .readthedocs.yaml

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

Loading…
Cancel
Save