Merge "README: Update how to generate the docs"

This commit is contained in:
Jenkins 2017-06-15 11:08:30 +00:00 committed by Gerrit Code Review
commit 1fa431fdbe
1 changed files with 2 additions and 6 deletions

View File

@ -42,12 +42,8 @@ The source is maintained in the ``doc/source`` directory using
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _Sphinx: http://sphinx-doc.org/
* Building Automatically::
To build the docs, use::
$ ./run_tests.sh --docs
* Building Manually::
$ tools/with_venv.sh sphinx-build doc/source doc/build/html
$ tox -e docs
Results are in the ``doc/build/html`` directory