From 02d11f57b2d2a78874a59e03e906affdf70d837e Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Sat, 21 Jun 2025 18:40:41 -0300 Subject: [PATCH] Adds Config ReadTheDocs --- .readthedocs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..880335a --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + + jobs: + pre_build: + - curl -Ls https://astral.sh/uv/install.sh | sh + - export PATH="$HOME/.cargo/bin:$PATH" + - uv sync + + build: + - cd docs + - make html + +sphinx: + configuration: docs/source/conf.py