From b75af81c753460f623ac1644ee8defb293204a96 Mon Sep 17 00:00:00 2001 From: Taylor Howell Date: Mon, 6 Oct 2025 10:07:00 -0700 Subject: [PATCH] Update .readthedocs.yml. PiperOrigin-RevId: 815776443 Change-Id: I6637a7d303232ca41840e80e27b6dd9d6b6d803c --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 49b8f88c..ccf156f3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,8 +15,7 @@ build: - mkdir -p /tmp/mujoco_warp - cp -r mjx/mujoco/mjx/third_party/mujoco_warp/ /tmp/mujoco_warp/ - mv /tmp/mujoco_warp/mujoco_warp/pyproject.toml /tmp/mujoco_warp/ - - cd /tmp/mujoco_warp - - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install -e . + - uv pip install -e /tmp/mujoco_warp sphinx: builder: html