From 0ffeda4aab28d906a28463d2a79d7fdeb96280c2 Mon Sep 17 00:00:00 2001 From: MLecardonnel <50659492+MLecardonnel@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:54:36 +0100 Subject: [PATCH] Update subprocess run --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b7833af..e059880 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -98,7 +98,7 @@ # -- Additional html pages ------------------------------------------------- # Generates the report example in the documentation -subprocess.call(["python", "../../tutorial/Eurybia_report_example.py"]) +subprocess.run(["python", "../../tutorial/Eurybia_report_example.py"]) html_extra_path = ["../../tutorial/report.html"]