Merge pull request #2093 from lwm/add-docs-notes

Add documentation building note.
This commit is contained in:
Ronny Pfannschmidt 2016-11-27 10:13:28 +01:00 committed by GitHub
commit 58f28bf049
1 changed files with 10 additions and 0 deletions

View File

@ -79,6 +79,16 @@ Pytest could always use more documentation. What exactly is needed?
You can also edit documentation files directly in the GitHub web interface,
without using a local copy. This can be convenient for small fixes.
.. note::
Build the documentation locally with the following command:
.. code:: bash
$ tox -e docs
The built documentation should be available in the ``doc/en/_build/``.
Where 'en' refers to the documentation language.
.. _submitplugin: