Add the missing doc/requirements into running-tests.rst

tox command install dependencies from the ``requirements.txt``,
``test-requirements.txt`` and ``doc/requirements.txt`` files

Change-Id: I21ee208d2484615ee3f9d9eca7602275382c920b
This commit is contained in:
zhoulinhui 2020-09-18 13:18:41 +08:00
parent 6c1399d078
commit 9834b0a37f

View File

@ -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