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"]