Skip to content

Commit 69329f7

Browse files
webknjazjugmac00
andauthored
📝 Document when temp_dir setting and substitutions appeared (#2175)
Co-authored-by: Jürgen Gmach <[email protected]>
1 parent 70f4ecd commit 69329f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/config.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Global settings are defined under the ``tox`` section as:
8282

8383
.. conf:: temp_dir ^ PATH ^ {toxworkdir}/.tmp
8484

85+
.. versionadded:: 3.5.0
86+
8587
Directory where to put tox temporary files. For example: we create a hard link (if possible,
8688
otherwise new copy) in this directory for the project package. This ensures tox works correctly
8789
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
704706
the directory where virtual environments are created and sub directories
705707
for packaging reside.
706708

709+
``{temp_dir}``
710+
the directory where tox temporary files live.
711+
712+
.. versionadded:: 3.16.1
713+
707714
``{homedir}``
708715
the user-home directory path.
709716

0 commit comments

Comments
 (0)