Skip to content

Commit

Permalink
Remove tox pdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
prodion23 committed Oct 28, 2024
1 parent 5b9a2ed commit f5a1ac6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ git checkout $MAIN_BRANCH
echo "Fetching latest $MAIN_BRANCH..."
git pull origin $MAIN_BRANCH

echo "Verifying docs"
# Makes sure docs are up to date
tox -e pdoc
git diff-index --quiet HEAD ./docs || commit_docs

echo "Writing version file"
write_version_file $VERSION $VERSION_FILE
git add $VERSION_FILE
Expand Down

0 comments on commit f5a1ac6

Please sign in to comment.