From 3b95c880ef813334af799e7bdecefb8c38d52d40 Mon Sep 17 00:00:00 2001 From: Eduardo Klosowski Date: Thu, 24 Oct 2024 00:10:08 -0300 Subject: [PATCH] Fix read the docs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c373296..cd1a9b3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ build: - curl -sSL https://install.python-poetry.org | python3 - --version 1.8.4 - $HOME/.local/bin/poetry config virtualenvs.create false pre_install: - - $HOME/.local/bin/poetry export --only=docs -o requirements.txt + - $HOME/.local/bin/poetry export --only=main,type,docs -o requirements.txt python: install: