From 6d8ab0c78a034230c6ec2ff8257e9cb843c4ff93 Mon Sep 17 00:00:00 2001 From: Jorge Silva da Costa Date: Tue, 30 Jul 2024 19:39:19 -0300 Subject: [PATCH] ci: update readthedocs.yaml --- .readthedocs.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d63d118..3e6a398 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,9 +9,7 @@ build: python: "3.10" jobs: - post_create_environment: + post_install: - pip install poetry - poetry config virtualenvs.create false - - post_install: - pip install --user --requirement < poetry export --only doc --format requirements.txt