Skip to content

Commit

Permalink
Merge pull request #549 from MLecardonnel/hotfix/path_report
Browse files Browse the repository at this point in the history
Update report path in conf.py
  • Loading branch information
ThomasBouche authored May 6, 2024
2 parents 00cd8b7 + cec4eb4 commit c891f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit c891f16

Please sign in to comment.