diff --git a/run.ps1 b/run.ps1 index 2b5bd368..ce6812b3 100644 --- a/run.ps1 +++ b/run.ps1 @@ -9,7 +9,6 @@ else { py -m pip install -U poetry } py -m poetry install -docstrfmt . Set-Location ./docs py -m poetry run sphinx-autobuild source build/html --open-browser --ignore *build/** Set-Location ../ \ No newline at end of file diff --git a/run.sh b/run.sh index 8fc77a1a..ad905b96 100755 --- a/run.sh +++ b/run.sh @@ -4,7 +4,6 @@ if ! python3 -m poetry &>/dev/null; then python3 -m pip install -U poetry fi python3 -m poetry install -docstrfmt . cd ./docs || exit python3 -m poetry run sphinx-autobuild source build/html --open-browser --ignore "*build/**" cd ../