From 35b06db21c885890c4339a2620fb7a6a26bc08c3 Mon Sep 17 00:00:00 2001 From: chrysle Date: Mon, 26 Feb 2024 09:49:42 +0100 Subject: [PATCH] Change directory in `pip-compile-docs` tox session --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5ded61bbe..bb740ee35 100644 --- a/tox.ini +++ b/tox.ini @@ -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