diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..0d7e9f6 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,10 @@ +version: 2 +build: + os: "ubuntu-22.04" + commands: + - curl -fsSL https://pixi.sh/install.sh | bash + - chmod +x ~/.pixi/bin/pixi + - ~/.pixi/bin/pixi run -e docs postinstall + - ~/.pixi/bin/pixi run -e docs docs + - mkdir -p $READTHEDOCS_OUTPUT/html/ + - cp -r docs/_build/html/** $READTHEDOCS_OUTPUT/html/