Skip to content

Commit

Permalink
remove formatter from scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
laundmo committed Mar 13, 2023
1 parent 663ba92 commit 23ea61f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../
1 change: 0 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../

0 comments on commit 23ea61f

Please sign in to comment.