From cec4eb4e9deea9fad8675c8852838da1cfb34191 Mon Sep 17 00:00:00 2001 From: MLecardonnel <50659492+MLecardonnel@users.noreply.github.com> Date: Thu, 2 May 2024 11:20:25 +0200 Subject: [PATCH] Update report path in conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a3d9af57..b2ea1228 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -110,7 +110,7 @@ # Generates the report example in the documentation subprocess.call(["python", "../tutorial/generate_report/shapash_report_example.py"]) -html_extra_path = ["../tutorial/report/output/report.html"] +html_extra_path = ["../tutorial/generate_report/output/report.html"] def setup_tutorials():