path=$(which automacdoc)
python "${path}.py" $1 $2 &
wait %1
mkdocs build --clean &
wait %2
mkdocs serve &
sleep 2
xdg-open http://127.0.0.1:8000/ &
