We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d1448 commit 553032dCopy full SHA for 553032d
testall.sh
@@ -92,7 +92,7 @@ if [ "$clean" = 'TRUE' ]; then
92
rm -- *.pdf *.log *.aux *.tex *.fls *.fdb_latexmk >/dev/null
93
fi
94
95
-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
96
echo -e '\e[32mChecking for errors in docs and docstrings\e[0m'
97
cd docs
98
set -e
0 commit comments