summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2017-06-15 12:31:09 +0900
committerRob Cresswell <robert.cresswell@outlook.com>2017-06-15 10:29:24 +0000
commitdf1c75ee6e09a16e7371c0664b555e02b160896f (patch)
tree8284a48f3a706d6a4ac895b711ec215b561ddf22 /README.rst
parent2be0a22863750f8fd02ebf5aeb855d5bff5cf54d (diff)
downloadhorizon-df1c75ee6e09a16e7371c0664b555e02b160896f.tar.gz
README: Update how to generate the docs
TrivialFix Change-Id: Icbebe797f0b054d198550829193dde25fb84ad21
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index e92b08652..f133ba266 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