From 69329f747bf42103439f6f42566a2c5541769627 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 23 Aug 2021 11:32:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Document=20when=20`temp=5Fdir`?= =?UTF-8?q?=20setting=20and=20substitutions=20appeared=20(#2175)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jürgen Gmach --- docs/config.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index e99c702e6..ada5f19e9 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -82,6 +82,8 @@ Global settings are defined under the ``tox`` section as: .. conf:: temp_dir ^ PATH ^ {toxworkdir}/.tmp + .. versionadded:: 3.5.0 + Directory where to put tox temporary files. For example: we create a hard link (if possible, otherwise new copy) in this directory for the project package. This ensures tox works correctly when having parallel runs (as each session will have its own copy of the project package - e.g. @@ -704,6 +706,11 @@ Globally available substitutions the directory where virtual environments are created and sub directories for packaging reside. +``{temp_dir}`` + the directory where tox temporary files live. + + .. versionadded:: 3.16.1 + ``{homedir}`` the user-home directory path.