diff --git a/.readthedocs.yml b/.readthedocs.yml index c5263bac..4cf45a5c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,9 +16,5 @@ build: - graphviz jobs: post_install: - - curl -LsSf https://astral.sh/uv/install.sh | sh - python -m pip install 'uv>=0.2.0' - python -m uv pip install -c .constraints/py3.9.txt -e .[doc] - - curl -LsSf https://astral.sh/uv/install.sh | sh - - |- - /home/docs/.cargo/bin/uv pip install --system -c .constraints/py3.9.txt -e .[doc]