Skip to content

Commit

Permalink
Remove stray colons in config.rst left over from #3111 (#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
posita committed Sep 7, 2023
1 parent 1b9c225 commit 53bbb37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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`.
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

0 comments on commit 53bbb37

Please sign in to comment.