Skip to content

Commit cec4eb4

Browse files
authored
Update report path in conf.py
1 parent a71e48c commit cec4eb4

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)