From df1c75ee6e09a16e7371c0664b555e02b160896f Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 15 Jun 2017 12:31:09 +0900 Subject: [PATCH] README: Update how to generate the docs TrivialFix Change-Id: Icbebe797f0b054d198550829193dde25fb84ad21 --- README.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index e92b086522..f133ba266b 100644 --- a/README.rst +++ b/README.rst @@ -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