From 276d10334364e99e8c9126b9d9391ea5fb8d80e7 Mon Sep 17 00:00:00 2001 From: Vitor Shen <17490173+shenvitor@users.noreply.github.com> Date: Tue, 11 Jun 2024 17:25:46 +0200 Subject: [PATCH] change sphinx in rtd yaml --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ddd808d..76c26e6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,6 +8,7 @@ build: post_install: - curl -fsSL https://pixi.sh/install.sh | bash - export PATH="$HOME/.pixi/bin:$PATH" && pixi install - - pixi run docnb sphinx: configuration: docs/conf.py + builder: html + build_command: export PATH="$HOME/.pixi/bin:$PATH" && pixi shell -c "sphinx-build -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html"