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