summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNguyen Hai <nguyentrihai93@gmail.com>2018-06-28 13:47:06 +0900
committerNguyen Hai <nguyentrihai93@gmail.com>2018-06-28 13:47:06 +0900
commit891861546d2342cacd13e417c4429b609d2d7a00 (patch)
tree9613a50487ce0a43649291210c67fb4be8d61b9a /README.rst
parent4c2ef69d316ac010690cc45a690142ce58346390 (diff)
downloadswift-891861546d2342cacd13e417c4429b609d2d7a00.tar.gz
Update README related to documentation building
New command is: sphinx-build -W -b html doc/source doc/build/html Change-Id: I185ae7d69093660ab558cf866ae36e45bf213975
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 467c08d4b..4b4de03af 100644
--- a/README.rst
+++ b/README.rst
@@ -28,7 +28,7 @@ Docs
----
To build documentation install sphinx (``pip install sphinx``), run
-``python setup.py build_sphinx``, and then browse to
+``sphinx-build -W -b html doc/source doc/build/html``, and then browse to
/doc/build/html/index.html. These docs are auto-generated after every
commit and available online at
https://docs.openstack.org/swift/latest/.