chore: trying again

api-breakage
Morty Space 3 years ago
parent 2ba061ddc5
commit ba300bb1a2
  1. 8
      .readthedocs.yaml

@ -6,10 +6,10 @@ build:
tools:
python: "3.10"
jobs:
pre_create_environment:
- curl -sSL https://install.python-poetry.org | python3 -
- $HOME/.local/bin/poetry config virtualenvs.create false
- $HOME/.local/bin/poetry install
post_install:
- pip install poetry==1.2.2
- poetry config virtualenvs.create false
- poetry install --with doc
# Build documentation in the docs/ directory with Sphinx
sphinx:

Loading…
Cancel
Save