From 58145feb4796cb144270423eb16881c27e3be1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Pobo=C5=99il?= Date: Sun, 25 Feb 2024 16:20:17 +0100 Subject: [PATCH] Fix RTD build --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9c7f1bf..af6999e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,10 @@ build: apt_packages: - librhash0 jobs: - post_install: + post_create_environment: - pip install poetry - poetry config virtualenvs.create false + post_install: - poetry install sphinx: