diff --git a/.readthedocs.yml b/.readthedocs.yml index 174fb1a..4bc832f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,12 +14,5 @@ build: python: "3.9" 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 - - 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]