Skip to content

Commit f41466e

Browse files
committed
Add comments to Tox environments that aren't run in CI
1 parent b5328a5 commit f41466e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ allowlist_externals =
2929
sh
3030
git
3131

32+
# This is NOT run in CI builds, it can be used locally for convenience
3233
[testenv:docs]
3334
description = Build readthedocs user documentation
3435
changedir = {toxinidir}/docs
@@ -39,6 +40,7 @@ setenv =
3940
commands =
4041
sphinx-build -W --keep-going -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
4142

43+
# This is NOT run in CI builds, it can be used locally for convenience
4244
[testenv:docs-dev]
4345
description = Build readthedocs developer documentation
4446
changedir = {toxinidir}/docs

0 commit comments

Comments
 (0)