chore: trying again

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

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

Loading…
Cancel
Save