diff --git a/doc/source/contributor/running-tests.rst b/doc/source/contributor/running-tests.rst
index a6c513ccebc6d74ed5135bc5e4668eece0de0c24..d5f4e66947565ca5297dc8a01ea81d4d540d1972 100644
--- a/doc/source/contributor/running-tests.rst
+++ b/doc/source/contributor/running-tests.rst
@@ -18,8 +18,9 @@ Preferred way to run the tests
 
 The preferred way to run the unit tests is using ``tox``. It executes tests in
 isolated environment, by creating separate virtualenv and installing
-dependencies from the ``requirements.txt`` and ``test-requirements.txt`` files,
-so the only package you install is ``tox`` itself:
+dependencies from the ``requirements.txt``, ``test-requirements.txt`` and
+``doc/requirements.txt`` files, so the only package you install is ``tox``
+itself:
 
 .. code-block:: console