Skip to content

Commit f5a1ac6

Browse files
committed
Remove tox pdoc
1 parent 5b9a2ed commit f5a1ac6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

release.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ git checkout $MAIN_BRANCH
7373
echo "Fetching latest $MAIN_BRANCH..."
7474
git pull origin $MAIN_BRANCH
7575

76-
echo "Verifying docs"
77-
# Makes sure docs are up to date
78-
tox -e pdoc
79-
git diff-index --quiet HEAD ./docs || commit_docs
80-
8176
echo "Writing version file"
8277
write_version_file $VERSION $VERSION_FILE
8378
git add $VERSION_FILE

0 commit comments

Comments
 (0)