Skip to content

Commit a1530b7

Browse files
committed
move doc to docs in order to accommodate rtd-bot
1 parent c561f89 commit a1530b7

34 files changed

+13
-11
lines changed

changelog/829.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
document command line interface under the config section `cli <https://tox.readthedocs.io/en/latest/config.html?highlight=cli#cli>`_ - by :user:`gaborbernat`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/config.rst renamed to docs/config.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -849,12 +849,6 @@ user can bypass the system's interpreter parser by defining the
849849
When the workaround is enabled, all tox-invoked text file executables will have
850850
their interpreter directive parsed by and explicitly executed by ``tox``.
851851

852-
cli
853-
===
854-
855-
.. autoprogram:: tox.cli:cli
856-
:prog: tox
857-
858852
Injected environment variables
859853
------------------------------
860854
tox will inject the following environment variables that you can use to test that your command is running within tox:
@@ -875,4 +869,10 @@ Other Rules and notes
875869
it will be considered as relative to the ``toxinidir``, the directory
876870
where the configuration file resides.
877871

872+
cli
873+
===
874+
875+
.. autoprogram:: tox.cli:cli
876+
:prog: tox
877+
878878
.. include:: links.rst

0 commit comments

Comments
 (0)