Merge "Improve README doc building instructions"
This commit is contained in:
commit
554de672c1
11
README.rst
11
README.rst
@ -27,10 +27,13 @@ in the AUTHORS file.
|
|||||||
Docs
|
Docs
|
||||||
----
|
----
|
||||||
|
|
||||||
To build documentation install sphinx (``pip install sphinx``), run
|
To build documentation run::
|
||||||
``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
|
pip install -r requirements.txt -r doc/requirements.txt
|
||||||
commit and available online at
|
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/.
|
https://docs.openstack.org/swift/latest/.
|
||||||
|
|
||||||
For Developers
|
For Developers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user