From 601f134c1a717e5817c1f5c9f9b46c9caabdf5d7 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Tue, 30 Apr 2024 11:41:58 +0200 Subject: [PATCH] [IMP] Makefile: print the full traceback for unhandled exceptions This should help reading the traceback on Runbot, where the log files are not always kept. closes odoo/documentation#9072 X-original-commit: 73ee687aca20f61329adb3679312537760f0ec7e Signed-off-by: Antoine Vandevenne (anv) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 72217b069..953df84ec 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ CONFIG_DIR = . SPHINXOPTS = -D project_root=$(ROOT) -D canonical_version=$(CANONICAL_VERSION) \ -D versions=$(VERSIONS) -D languages=$(LANGUAGES) -D language=$(CURRENT_LANG) \ -D is_remote_build=$(IS_REMOTE_BUILD) \ + -T \ -A google_analytics_key=$(GOOGLE_ANALYTICS_KEY) \ -A plausible_script=$(PLAUSIBLE_SCRIPT) \ -A plausible_domain=$(PLAUSIBLE_DOMAIN) \