From de7097f742f4fbeee792649edc60580e66a9df0a Mon Sep 17 00:00:00 2001 From: Michael Sasser Date: Tue, 8 Oct 2024 14:12:58 +0200 Subject: [PATCH] feat: add readthedocs support for rye --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5cb9dd80..393120a1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -17,4 +17,4 @@ build: # - uv venv # - uv pip install .[docs] - rye sync --all-features - - .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html + - .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html