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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs link of env var subs section to set_env #3039

Merged
merged 4 commits into from
Jun 17, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions docs/changelog/3039.doc.rst
@@ -0,0 +1,2 @@
Linked environment variable substitutions docs in
``set_env`` and ``pass_env`` config docs.
8 changes: 8 additions & 0 deletions docs/config.rst
Expand Up @@ -285,6 +285,9 @@ Base options
tox invocation environment it is ignored. The list of environment variable names is not case sensitive, for example:
passing ``A`` or ``a`` will pass through both ``A`` and ``a``.

More environment variable-related information
can be found in :ref:`environment variable substitutions`.

.. conf::
:keys: set_env, setenv

Expand All @@ -300,6 +303,9 @@ Base options
- each line is in KEY=VALUE format; both the key and the value are stripped,
- there is no special handling of quotation marks, they are part of the key or value.

More environment variable-related information
can be found in :ref:`environment variable substitutions`.

.. conf::
:keys: parallel_show_output
:default: False
Expand Down Expand Up @@ -830,6 +836,8 @@ Special substitutions that accept additional colon-delimited ``:`` parameters
cannot have a space after the ``:`` at the beginning of line (e.g. ``{posargs:
magic}`` would be parsed as factorial ``{posargs``, having value magic).

.. _`environment variable substitutions`:

Environment variable substitutions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down