From 3950dfa191ac457996ec189cca7f4786d1e744cd Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Wed, 8 Jan 2025 12:54:07 +0100 Subject: [PATCH] Try this --- .readthedocs.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 9e6e2ddf..78b0ceef 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,9 +18,10 @@ build: - asdf install uv 0.5.15 - asdf global uv 0.5.15 create_environment: - - uv venv + - uv venv $READTHEDOCS_VIRTUALENV_PATH install: - - uv pip install .[docs] - build: - html: - - uv run sphinx-build -W --keep-going -d _build/doctrees -D language=en -b html docs/source $READTHEDOCS_OUTPUT/html + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install .[docs] + +sphinx: + builder: html + fail_on_warning: true