From 23ea61f70fab49811ca0f53d3336290ae74f3602 Mon Sep 17 00:00:00 2001 From: laundmo Date: Tue, 14 Mar 2023 00:27:57 +0100 Subject: [PATCH] remove formatter from scripts --- run.ps1 | 1 - run.sh | 1 - 2 files changed, 2 deletions(-) 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 ../