6 lines
143 B
Bash
Executable File
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
|