From cead5587f6b8161a954a94c5011adfbd5b1f2a0c Mon Sep 17 00:00:00 2001 From: Vitor Shen <17490173+shenvitor@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:29:39 +0200 Subject: [PATCH] update commands in .readthedoc.yaml --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 03ac35e..3aa894a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,4 +9,6 @@ sphinx: configuration: docs/conf.py commands: - - ./build-docs.sh + - curl -sSL https://install.pixi.dev | sh + - pixi install + - pixi run docnb