qubed/docs/autobuild.sh
2025-02-18 17:50:28 +00:00

5 lines
142 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