qubed/docs/autobuild.sh
2025-02-26 09:11:30 +00:00

6 lines
143 B
Bash
Executable File

# cd to current directory of script
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
cd "$parent_path"
sphinx-autobuild . _build