File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1414 - asdf global uv latest
1515 - uv venv $READTHEDOCS_VIRTUALENV_PATH
1616 - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv pip install -r doc/requirements.txt
17+ # replace mujoco.mjx.third_party.mujoco_warp import paths with mujoco_warp
18+ - |
19+ find mjx/mujoco/mjx/third_party/mujoco_warp -type f -exec sed -i 's/mujoco\.mjx\.third_party\.mujoco_warp/mujoco_warp/g' {} \;
1720 - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv pip install mjx/mujoco/mjx/third_party/mujoco_warp
1821 install :
1922 - " true" # skip
Original file line number Diff line number Diff line change 2424
2525sys .path .insert (0 , os .path .abspath ('../' ))
2626sys .path .append (os .path .abspath ('ext' ))
27- sys .path .insert (0 , os .path .abspath ('../mjx/mujoco/mjx/third_party/mujoco_warp ' ))
27+ sys .path .insert (0 , os .path .abspath ('../mjx/mujoco/mjx/third_party' ))
2828
2929from sphinxcontrib import katex # pylint: disable=g-import-not-at-top
3030from sphinxcontrib import youtube # pylint: disable=g-import-not-at-top,unused-import
You can’t perform that action at this time.
0 commit comments