Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃摑 Document when temp_dir setting and substitutions appeared #2175

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/config.rst
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down