Skip to content

Commit

Permalink
Disable doc building on 3.7 and 3.8
Browse files Browse the repository at this point in the history
Some warning due to type hints
  • Loading branch information
JelteF committed Jul 23, 2024
1 parent 77d1448 commit 553032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if [ "$clean" = 'TRUE' ]; then
rm -- *.pdf *.log *.aux *.tex *.fls *.fdb_latexmk >/dev/null
fi

if [[ "$nodoc" != 'TRUE' && "$python_version" == "3" && "$python_version_long" != 3.3.* && "$python_version_long" != 3.4.* && "$python_version_long" != 3.12.* ]]; then
if [[ "$nodoc" != 'TRUE' && "$python_version" == "3" && "$python_version_long" != 3.7.* && "$python_version_long" != 3.8.* && "$python_version_long" != 3.12.* ]]; then
echo -e '\e[32mChecking for errors in docs and docstrings\e[0m'
cd docs
set -e
Expand Down

0 comments on commit 553032d

Please sign in to comment.