From b1c39865d38f2179291969e1c0c9ce26582b1cd2 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 1 Sep 2025 14:51:47 +0200 Subject: [PATCH] Fix the built docs HTML path hint in `tox.toml` --- tox.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")', ], ]