Update README related to documentation building

New command is:
sphinx-build -W -b html doc/source doc/build/html

Change-Id: I185ae7d69093660ab558cf866ae36e45bf213975
This commit is contained in:
Nguyen Hai 2018-06-28 13:47:06 +09:00
parent 4c2ef69d31
commit 891861546d

View File

@ -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/.