Skip to content

Commit 9c59694

Browse files
authored
docs/config.rst: State in config directive sections their ini file sections (#3194)
1 parent 5054a86 commit 9c59694

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/changelog/3194.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Configuration: state in config directive sections their ini file sections - by :user:`0cjs`.

docs/config.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ examples first and use this page as a reference.
102102
Core
103103
----
104104

105+
The following options are set in the ``[tox]`` section of ``tox.ini`` or the ``[tox:tox]`` section of ``setup.cfg``.
106+
105107
.. conf::
106108
:keys: requires
107109
:default: <empty list>
@@ -237,6 +239,8 @@ Python language core options
237239
tox environment
238240
---------------
239241

242+
The following options are set in the ``[testenv]`` or ``[testenv:*]`` sections of ``tox.ini`` or ``setup.cfg``.
243+
240244
Base options
241245
~~~~~~~~~~~~
242246

0 commit comments

Comments
 (0)