Skip to content

Commit 177a227

Browse files
César Románjugmac00
authored andcommitted
docs(config): fix temp_dir default value
Ref: #2930
1 parent 251dc1a commit 177a227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Core
174174

175175
.. conf::
176176
:keys: temp_dir
177-
:default: {tox_root}/.tmp
177+
:default: {work_dir}/.tmp
178178

179179
Directory where to put tox temporary files. For example: we create a hard link (if possible, otherwise new copy) in
180180
this directory for the project package. This ensures tox works correctly when having parallel runs (as each session

0 commit comments

Comments
 (0)