Skip to content

Commit

Permalink
Merge pull request #2061 from chrysle/pip-compile-docs-changedir
Browse files Browse the repository at this point in the history
Change directory in `pip-compile-docs` tox session
  • Loading branch information
webknjaz committed Mar 1, 2024
2 parents a8beb7a + 35b06db commit 1f00154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -52,8 +52,9 @@ skip_install = true

[testenv:pip-compile-docs]
description = compile requirements for the documentation
changedir = {[testenv:build-docs]changedir}
commands_pre =
commands = python -m piptools compile --strip-extras --allow-unsafe --quiet docs/requirements.in {posargs}
commands = python -m piptools compile --strip-extras --allow-unsafe --quiet requirements.in {posargs}

[testenv:build-docs]
description = build the documentation
Expand Down

0 comments on commit 1f00154

Please sign in to comment.