Skip to content

Commit c121864

Browse files
committed
Fix the built docs dir path in the tip
1 parent ad99934 commit c121864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ commands =
8383
# Print out the output docs dir and a way to serve html:
8484
-{envpython} -c\
8585
'import pathlib;\
86-
docs_dir = pathlib.Path(r"{toxworkdir}") / "docs_out";\
86+
docs_dir = pathlib.Path(r"{envdir}") / "docs_out";\
8787
index_file = docs_dir / "index.html";\
8888
print(f"\nDocumentation available under\
8989
`file://\{index_file\}`\n\nTo serve docs, use\

0 commit comments

Comments
 (0)