diff --git a/.readthedocs.yml b/.readthedocs.yml index f800c5f..0b86c16 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,4 +20,4 @@ build: - asdf global uv 0.1.44 - uv venv - uv pip install .[docs] - - cd docs && make + - . .venv/bin/activate && cd docs && make