Update .readthedocs.yml.
PiperOrigin-RevId: 819751628 Change-Id: Idf88c9169c63b80e6ae608b6e89911adbc7cb0b4
This commit is contained in:
committed by
Copybara-Service
parent
fec7a576ad
commit
99d93124f0
+5
-10
@@ -8,15 +8,6 @@ build:
|
||||
tools:
|
||||
python: "3.10"
|
||||
|
||||
# install mujoco warp to generate api documentation
|
||||
jobs:
|
||||
post_install:
|
||||
- pip install uv
|
||||
- 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/
|
||||
- uv pip install -e /tmp/mujoco_warp
|
||||
|
||||
sphinx:
|
||||
builder: html
|
||||
configuration: doc/conf.py
|
||||
@@ -24,4 +15,8 @@ sphinx:
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: doc/requirements.txt
|
||||
- method: pip
|
||||
requirements: ./doc/requirements.txt
|
||||
|
||||
- method: uv
|
||||
path: ./mjx/mujoco/mjx/third_party/mujoco_warp
|
||||
|
||||
Reference in New Issue
Block a user