From 2998ae1d417f812d5c8596d03dbfeaec2a87ced3 Mon Sep 17 00:00:00 2001 From: phi Date: Mon, 26 Feb 2024 12:29:17 +0900 Subject: [PATCH] fix: extras -> with --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6750cb5..a10e73f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ build: post_create_environment: - pip install poetry - pip install poetry-plugin-export - - poetry export --extras docs -f requirements.txt --output requirements.txt --without-hashes + - poetry export --with docs -f requirements.txt --output requirements.txt --without-hashes python: install: