From 73ee687aca20f61329adb3679312537760f0ec7e 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#9068 Signed-off-by: Antoine Vandevenne (anv) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3d0cd587f..155746cb9 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) \