We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5328a5 commit f41466eCopy full SHA for f41466e
tox.ini
@@ -29,6 +29,7 @@ allowlist_externals =
29
sh
30
git
31
32
+# This is NOT run in CI builds, it can be used locally for convenience
33
[testenv:docs]
34
description = Build readthedocs user documentation
35
changedir = {toxinidir}/docs
@@ -39,6 +40,7 @@ setenv =
39
40
commands =
41
sphinx-build -W --keep-going -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
42
43
44
[testenv:docs-dev]
45
description = Build readthedocs developer documentation
46
0 commit comments