We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad99934 commit c121864Copy full SHA for c121864
tox.ini
@@ -83,7 +83,7 @@ commands =
83
# Print out the output docs dir and a way to serve html:
84
-{envpython} -c\
85
'import pathlib;\
86
- docs_dir = pathlib.Path(r"{toxworkdir}") / "docs_out";\
+ docs_dir = pathlib.Path(r"{envdir}") / "docs_out";\
87
index_file = docs_dir / "index.html";\
88
print(f"\nDocumentation available under\
89
`file://\{index_file\}`\n\nTo serve docs, use\
0 commit comments