Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changelog/3118.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix bug in ``config.rst`` by removing stray colons left over from (:issue:`3111`) - by :user:`posita`. (:issue:`3118`)
6 changes: 3 additions & 3 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1023,19 +1023,19 @@ For example, given this config:
foo=bar
commands = pytest tests

You could enable ``ignore_errors`` by running::
You could enable ``ignore_errors`` by running:

.. code-block:: bash

tox --override testenv.ignore_errors=True

You could add additional dependencies by running::
You could add additional dependencies by running:

.. code-block:: bash

tox --override testenv.deps+=pytest-xdist,pytest-cov

You could set additional environment variables by running::
You could set additional environment variables by running:

.. code-block:: bash

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Installing an unreleased version is discouraged and should be only done for test
a pip version of at least ``18.0.0`` and use the following command:


.. code-block:: console
.. code-block:: bash

pip install git+https://github.com/tox-dev/tox.git@rewrite

Expand Down