diff --git a/tox.toml b/tox.toml index fee6aa48c..d0986bc70 100644 --- a/tox.toml +++ b/tox.toml @@ -85,7 +85,7 @@ commands = [ [ "python", "-c", - 'print(r"documentation available under file://{work_dir}{/}docs_out{/}index.html")', + 'print(r"documentation available under file://{work_dir}{/}docs_out{/}html{/}index.html")', ], ]