diff --git a/.readthedocs.yml b/.readthedocs.yml index d487936..3c23844 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,9 +6,11 @@ build: os: "ubuntu-22.04" tools: python: "3.10" - commands: - - pip install poetry + jobs: + post_create_environment: + - pip install poetry + - poetry config virtualenvs.create false + post_install: - poetry install --with dev - -sphinx: +sphinx: configuration: docs/source/conf.py