We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5054a86 commit 9c59694Copy full SHA for 9c59694
docs/changelog/3194.doc.rst
@@ -0,0 +1 @@
1
+Configuration: state in config directive sections their ini file sections - by :user:`0cjs`.
docs/config.rst
@@ -102,6 +102,8 @@ examples first and use this page as a reference.
102
Core
103
----
104
105
+The following options are set in the ``[tox]`` section of ``tox.ini`` or the ``[tox:tox]`` section of ``setup.cfg``.
106
+
107
.. conf::
108
:keys: requires
109
:default: <empty list>
@@ -237,6 +239,8 @@ Python language core options
237
239
tox environment
238
240
---------------
241
242
+The following options are set in the ``[testenv]`` or ``[testenv:*]`` sections of ``tox.ini`` or ``setup.cfg``.
243
244
Base options
245
~~~~~~~~~~~~
246
0 commit comments