Adds Config ReadTheDocs

This commit is contained in:
2025-06-21 18:40:41 -03:00
parent bcbc83e502
commit 02d11f57b2

19
.readthedocs.yaml Normal file
View File

@@ -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