diff --git a/doc/pedantic_build.sh b/doc/pedantic_build.sh index 5aef18c7c8319e1e8a430079c9160d512867ccd6..414dc026df900642256aed4cfae6f7c3e613c1b0 100755 --- a/doc/pedantic_build.sh +++ b/doc/pedantic_build.sh @@ -30,7 +30,13 @@ echo if [ ! -z "$warns" ]; then echo "Documentation build warnings:" echo + echo "Warnings to fix:" + echo echo "$warns" + echo + echo "Sphinx log:" + echo + echo "$all_warns" exit 1 elif [ ! -z "$all_warns" ]; then echo "Ignored warnings:"