From 1d4fcc479480354bbea6cfec6e946760e29f9105 Mon Sep 17 00:00:00 2001 From: Jorge Silva da Costa Date: Tue, 30 Jul 2024 19:50:08 -0300 Subject: [PATCH] ci: update readthedocs.yaml --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ea9bdf3..18a50ee 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,4 +12,5 @@ build: post_install: - pip install poetry - poetry config virtualenvs.create false - - pip install --requirement <(poetry export --only doc --format requirements.txt) + - poetry export --only doc --format requirements.txt --output requirements.txt + - pip install --requirement requirements.txt