Unverified Commit 99a238e7 authored by AutonomousHansen's avatar AutonomousHansen Committed by GitHub

Merge pull request #272 from isaac-orbit/fix/docs_python

Sets 'orbit.sh -d' back to using 'extract_python_exe' rather than hardcoded 'python3'
parents 4875c51a 531f4972
......@@ -324,8 +324,7 @@ while [[ $# -gt 0 ]]; do
# build the documentation
echo "[INFO] Building documentation..."
# retrieve the python executable
# python_exe=$(extract_python_exe)
python_exe=python3
python_exe=$(extract_python_exe)
# install pip packages
cd ${ORBIT_PATH}/docs
${python_exe} -m pip install -r requirements.txt > /dev/null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment