Skip to content

Commit

Permalink
Update isaaclab.sh
Browse files Browse the repository at this point in the history
Signed-off-by: David Hoeller <[email protected]>
  • Loading branch information
Dhoeller19 authored Oct 18, 2024
1 parent c2aa1d7 commit f865fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isaaclab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,10 @@ while [[ $# -gt 0 ]]; do
cd ${ISAACLAB_PATH}/docs
${python_exe} -m pip install -r requirements.txt > /dev/null
# build the documentation
${python_exe} -m sphinx -b html -d _build/doctrees . _build/html
${python_exe} -m sphinx -b html -d _build/doctrees . _build/current
# open the documentation
echo -e "[INFO] To open documentation on default browser, run:"
echo -e "\n\t\txdg-open $(pwd)/_build/html/index.html\n"
echo -e "\n\t\txdg-open $(pwd)/_build/current/index.html\n"
# exit neatly
cd - > /dev/null
shift # past argument
Expand Down

0 comments on commit f865fe5

Please sign in to comment.