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: Ie26c0eb42c128aa997b4255fcf7e7d0da015cb81
This commit is contained in:
zhoulinhui 2020-09-18 13:15:07 +08:00
parent 88ac478d87
commit 1cf163191f
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,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