From 9bcedf19049e5b3a8ae26818299cc518ec03a926 Mon Sep 17 00:00:00 2001 From: Brian May Date: Thu, 6 Feb 2025 16:47:52 +1100 Subject: [PATCH] fix: replace requirements.txt files with poetry (4) --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 218eee3..0a16c54 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,8 @@ build: jobs: post_create_environment: - pip install poetry - - poetry config virtualenvs.create false post_install: - - poetry install --with docs + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs sphinx: configuration: docs/conf.py