Skip to content

Commit

Permalink
Update isaaclab.bat
Browse files Browse the repository at this point in the history
Signed-off-by: David Hoeller <dhoeller@nvidia.com>
  • Loading branch information
Dhoeller19 authored Oct 18, 2024
1 parent 5c2fa91 commit c2aa1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isaaclab.bat
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,9 @@ if "%arg%"=="-i" (
call :extract_python_exe
pushd %ISAACLAB_PATH%\docs
call !python_exe! -m pip install -r requirements.txt >nul
call !python_exe! -m sphinx -b html -d _build\doctrees . _build\html
call !python_exe! -m sphinx -b html -d _build\doctrees . _build\current
echo [INFO] To open documentation on default browser, run:
echo xdg-open "%ISAACLAB_PATH%\docs\_build\html\index.html"
echo xdg-open "%ISAACLAB_PATH%\docs\_build\current\index.html"
popd >nul
shift
goto :end
Expand Down

0 comments on commit c2aa1d7

Please sign in to comment.