diff --git a/doc/source/contributor/running-tests.rst b/doc/source/contributor/running-tests.rst index a6c513cceb..d5f4e66947 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