Skip to content

Commit 7a0971d

Browse files
committed
Additional extension on docs, highlighting internal references
1 parent e4cabe8 commit 7a0971d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/config.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,14 +564,31 @@ Base options
564564
565565
.. tab:: INI
566566

567-
568567
.. code-block:: ini
569568
570569
[testenv]
571570
set_env = file|conf{/}local.env
572571
TEST_TIMEOUT = 30
573572
574573
574+
The env file path may include previously defined tox variables:
575+
576+
577+
.. tab:: TOML
578+
579+
.. code-block:: toml
580+
581+
[tool.tox.env_run_base]
582+
set_env = { file = "{env:variable}" }
583+
584+
.. tab:: INI
585+
586+
.. code-block:: ini
587+
588+
[testenv]
589+
set_env = file|{env:variable}
590+
591+
575592
.. note::
576593

577594
Environment files are processed using the following rules:

0 commit comments

Comments
 (0)