summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCésar Román <thecesrom@gmail.com>2023-03-02 09:26:16 -0800
committerJürgen Gmach <juergen.gmach@googlemail.com>2023-03-02 20:28:03 +0100
commit177a227889a93416bd154938361977486d14b0bb (patch)
treebbbccefe02670268048d0f830a814bd29a41e136
parent251dc1ab542537e603be7d4b9b0f06a3a417e409 (diff)
downloadtox-git-177a227889a93416bd154938361977486d14b0bb.tar.gz
docs(config): fix temp_dir default value
Ref: https://github.com/tox-dev/tox/discussions/2930
-rw-r--r--docs/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config.rst b/docs/config.rst
index adc7863f..4807d8a6 100644
--- a/docs/config.rst
+++ b/docs/config.rst
@@ -174,7 +174,7 @@ Core
.. conf::
:keys: temp_dir
- :default: {tox_root}/.tmp
+ :default: {work_dir}/.tmp
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