From 911f68c7d33799e596fc3957da3e99b8a587d0ad Mon Sep 17 00:00:00 2001 From: Aditya Goel <48102515+adityagoel4512@users.noreply.github.com> Date: Sat, 15 Jun 2024 11:20:59 +0100 Subject: [PATCH] Switch to readthedocs (#4) --- .readthedocs.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .readthedocs.yaml 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/