Skip to content

Commit

Permalink
Update build_docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
11301858 authored Sep 5, 2023
1 parent ce35635 commit d12076c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pip3 uninstall -y xaisuite
versions=()
checkout_files=("${DIRNAME}/*.rst" "demo" "xaisuite" "xaisuitegui" "setup.py")
for version in $(git tag --list 'v[0-9]*'); do
if [[ "$version" != "v2.9.1" ]]; then #Skip intermediate versions
if [[ "$version" != "v2.9.2" ]]; then #Skip intermediate versions
echo Skipping $version
continue
fi
Expand Down

0 comments on commit d12076c

Please sign in to comment.