From 9120bc77d94ea7efcc77c13249297e2f4b023b89 Mon Sep 17 00:00:00 2001 From: Vipul Date: Wed, 23 Sep 2020 07:21:33 +0000 Subject: [PATCH] Some headings aren't completely fixed, yet (#1676) In commit c2f6c9c[1], I missed to fix some headings, sorry about that. This commit should covers all such missed cases. [1]: https://github.com/tox-dev/tox/tree/c2f6c9cb9a1d70ac79524076845bc32ed25489ad --- docs/config.rst | 2 +- docs/example/basic.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index 2300fe941..5750277f2 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -1067,7 +1067,7 @@ Other Rules and notes it will be considered as relative to the ``toxinidir``, the directory where the configuration file resides. -cli +CLI === .. autoprogram:: tox.cli:cli diff --git a/docs/example/basic.rst b/docs/example/basic.rst index 893c59d5f..7ab9cba4b 100644 --- a/docs/example/basic.rst +++ b/docs/example/basic.rst @@ -252,7 +252,7 @@ To force tox to recreate a (particular) virtual environment: would trigger a complete reinstallation of the existing py27 environment (or create it afresh if it doesn't exist). -passing down environment variables +Passing down environment variables ------------------------------------------- .. versionadded:: 2.0