summaryrefslogtreecommitdiff
path: root/doc/en/plugins.rst
diff options
context:
space:
mode:
authorboris <boris@verhovs.ky>2019-08-06 16:18:06 -0700
committerboris <boris@verhovs.ky>2019-08-06 16:18:06 -0700
commit23a0b532dbe72d6cb6ec923d9ce6f0a63a34fc28 (patch)
tree681fb33747fc5a3be3ff747ccc9978207df69cb7 /doc/en/plugins.rst
parent9fce0bdd88c425aa7b98dc4cc0c2696c19fdbd95 (diff)
downloadpytest-23a0b532dbe72d6cb6ec923d9ce6f0a63a34fc28.tar.gz
Revert "remove implicit code tags .replace("::\n\n.. code-block", "\n\n.. code-block")"
This reverts commit 9fce0bdd88c425aa7b98dc4cc0c2696c19fdbd95.
Diffstat (limited to 'doc/en/plugins.rst')
-rw-r--r--doc/en/plugins.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/plugins.rst b/doc/en/plugins.rst
index 1d5422364..1168d3aad 100644
--- a/doc/en/plugins.rst
+++ b/doc/en/plugins.rst
@@ -8,7 +8,7 @@ Installing and Using plugins
This section talks about installing and using third party plugins.
For writing your own plugins, please refer to :ref:`writing-plugins`.
-Installing a third party plugin can be easily done with ``pip``
+Installing a third party plugin can be easily done with ``pip``::
.. code-block:: bash
@@ -97,7 +97,7 @@ Finding out which plugins are active
------------------------------------
If you want to find out which plugins are active in your
-environment you can type
+environment you can type::
.. code-block:: bash
@@ -112,7 +112,7 @@ and their names. It will also print local plugins aka
Deactivating / unregistering a plugin by name
---------------------------------------------
-You can prevent plugins from loading or unregister them
+You can prevent plugins from loading or unregister them::
.. code-block:: bash