fix: replace requirements.txt files with poetry (4)

This commit is contained in:
Brian May 2025-02-06 16:47:52 +11:00
parent 62da70510e
commit 9bcedf1904
No known key found for this signature in database
GPG Key ID: 2A92599257644AFA

View File

@ -7,9 +7,8 @@ build:
jobs: jobs:
post_create_environment: post_create_environment:
- pip install poetry - pip install poetry
- poetry config virtualenvs.create false
post_install: post_install:
- poetry install --with docs - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py