We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pip-compile-docs
1 parent a8beb7a commit 35b06dbCopy full SHA for 35b06db
tox.ini
@@ -52,8 +52,9 @@ skip_install = true
52
53
[testenv:pip-compile-docs]
54
description = compile requirements for the documentation
55
+changedir = {[testenv:build-docs]changedir}
56
commands_pre =
-commands = python -m piptools compile --strip-extras --allow-unsafe --quiet docs/requirements.in {posargs}
57
+commands = python -m piptools compile --strip-extras --allow-unsafe --quiet requirements.in {posargs}
58
59
[testenv:build-docs]
60
description = build the documentation
0 commit comments