diff --git a/.readthedocs.yml b/.readthedocs.yml index 48b2de5b..82473625 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,3 @@ -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - version: 2 build: @@ -7,7 +5,7 @@ build: tools: python: "3.11" jobs: - post_install: + pre_build: - pip install poetry - poetry config virtualenvs.create false - poetry install --only docs