diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..403536e --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "latest" + commands: + - curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION='--yes' bash + - | + source "$HOME/.rye/env" + make docs + - mv dist/docs "${READTHEDOCS_OUTPUT}/html"