From 095cfb6c23482c48745579642498403288d52c70 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Sat, 21 Jun 2025 18:47:13 -0300 Subject: [PATCH] Fixes Config ReadTheDocs --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 880335a..8342dfa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,8 +12,9 @@ build: - uv sync build: - - cd docs - - make html + html: + - cd docs + - make html sphinx: configuration: docs/source/conf.py