Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove stray colons in config.rst left over from #3111 #3120

Merged
merged 3 commits into from
Sep 7, 2023
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.
Jump to
Jump to file
Failed to load files.
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`)
posita marked this conversation as resolved.
Show resolved Hide resolved
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