clean docs

This commit is contained in:
meejah 2022-10-02 13:33:05 -06:00
parent 923f456d6e
commit c711b5b0a9

View File

@ -233,6 +233,9 @@ release:
git diff-files --quiet
git diff-index --quiet --cached HEAD --
@echo "Clean docs build area"
rm -rf docs/_build/
@echo "Install required build software"
python3 -m pip install --editable .[build]