diff --git a/doc/devel/dependencies.rst b/doc/devel/dependencies.rst
index 6cf895896d59..187ed3fe4e6f 100644
--- a/doc/devel/dependencies.rst
+++ b/doc/devel/dependencies.rst
@@ -19,12 +19,12 @@ reference.
* `contourpy `_ (>= 1.0.1)
* `cycler `_ (>= 0.10.0)
* `dateutil `_ (>= 2.7)
-* `fontTools `_ (>=4.22.0)
+* `fontTools `_ (>= 4.22.0)
* `kiwisolver `_ (>= 1.0.1)
* `NumPy `_ (>= 1.19)
* `packaging `_ (>= 20.0)
* `Pillow `_ (>= 6.2)
-* `pyparsing `_ (>=2.2.1)
+* `pyparsing `_ (>= 2.2.1)
* `setuptools `_
@@ -56,9 +56,9 @@ and the capabilities they provide.
* wxPython_ (>= 4): for the wx-based backends. If using pip (but not conda or
system package manager) on Linux wxPython wheels must be manually downloaded
from https://wxpython.org/pages/downloads/.
-* Tornado_ (>=5): for the WebAgg backend.
+* Tornado_ (>= 5): for the WebAgg backend.
* ipykernel_: for the nbagg backend.
-* macOS (>=10.12): for the macosx backend.
+* macOS (>= 10.12): for the macosx backend.
.. _Tk: https://docs.python.org/3/library/tk.html
.. _PyQt5: https://pypi.org/project/PyQt5/
@@ -84,8 +84,8 @@ Font handling and rendering
* `LaTeX `_ (with `cm-super
`__ and `underscore
- `__ ) and `GhostScript (>=9.0)
- `_ : for rendering text with LaTeX.
+ `__) and `GhostScript (>= 9.0)
+ `_: for rendering text with LaTeX.
* `fontconfig `_ (>= 2.7): for detection of system
fonts on Linux.
@@ -178,8 +178,8 @@ Minimum pip / manylinux support (linux)
Matplotlib publishes `manylinux wheels `_
which have a minimum version of pip which will recognize the wheels
-- Python 3.8: ``manylinx2010`` / pip >=19.0
-- Python 3.9+: ``manylinx2014`` / pip >=19.3
+- Python 3.8: ``manylinx2010`` / pip >= 19.0
+- Python 3.9+: ``manylinx2014`` / pip >= 19.3
In all cases the required version of pip is embedded in the CPython source.
@@ -227,7 +227,7 @@ This section lists the additional software required for
Required:
-- pytest_ (>=3.6)
+- pytest_ (>= 3.6)
Optional:
@@ -240,7 +240,7 @@ testing the following will be used if they are installed.
- pandas_ used to test compatibility with Pandas
- pikepdf_ used in some tests for the pgf and pdf backends
- psutil_ used in testing the interactive backends
-- pytest-cov_ (>=2.3.1) to collect coverage information
+- pytest-cov_ (>= 2.3.1) to collect coverage information
- pytest-flake8_ to test coding standards using flake8_
- pytest-timeout_ to limit runtime in case of stuck tests
- pytest-xdist_ to run tests in parallel