Skip to content

Commit 732a308

Browse files
authored
Fix the built docs HTML path hint in tox.toml (#3594)
1 parent 5493ba0 commit 732a308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ commands = [
8585
[
8686
"python",
8787
"-c",
88-
'print(r"documentation available under file://{work_dir}{/}docs_out{/}index.html")',
88+
'print(r"documentation available under file://{work_dir}{/}docs_out{/}html{/}index.html")',
8989
],
9090
]
9191

0 commit comments

Comments
 (0)