From 6561770a0592eb31f7b66cbbe9101a8295547c01 Mon Sep 17 00:00:00 2001 From: Douglas RAILLARD Date: Fri, 23 Nov 2018 16:29:58 +0000 Subject: [PATCH] doc: Show sphinx log Allow investigation issues not reproducible locally --- doc/pedantic_build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/pedantic_build.sh b/doc/pedantic_build.sh index 5aef18c7c..414dc026d 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:" -- GitLab