Skip to content

Commit c891f16

Browse files
authored
Merge pull request #549 from MLecardonnel/hotfix/path_report
Update report path in conf.py
2 parents 00cd8b7 + cec4eb4 commit c891f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
# Generates the report example in the documentation
112112
subprocess.call(["python", "../tutorial/generate_report/shapash_report_example.py"])
113-
html_extra_path = ["../tutorial/report/output/report.html"]
113+
html_extra_path = ["../tutorial/generate_report/output/report.html"]
114114

115115

116116
def setup_tutorials():

0 commit comments

Comments
 (0)