fix readthedocs

This commit is contained in:
Dmitry Belyaev 2024-03-20 21:37:30 +03:00 committed by Dmitry Belyaev
parent 2d90ef289a
commit 217f284102
2 changed files with 1431 additions and 1423 deletions

View File

@ -3,12 +3,14 @@ version: 2
build: build:
os: ubuntu-22.04 os: ubuntu-22.04
tools: tools:
python: "3.11" python: "3.12"
jobs: jobs:
post_install: post_create_environment:
- pip install poetry - pip install poetry
- poetry config virtualenvs.create false post_install:
- poetry install --with=docs # VIRTUAL_ENV needs to be set manually for now.
# See https://github.com/readthedocs/readthedocs.org/pull/11152/
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
sphinx: sphinx:
configuration: docs/source/conf.py configuration: docs/source/conf.py

2844
poetry.lock generated

File diff suppressed because it is too large Load Diff