Update README.md doc build instructions
This updates the sphinx-build command example in README.md to match the output path of `python setup.py build_sphinx`. Change-Id: I7940f2a7f9f3ca0436620058684c0eb4b4f3427a
This commit is contained in:
parent
b462badbb4
commit
12251d7a99
@ -29,7 +29,7 @@ To build the documentation from the restructred text source, do the following:
|
||||
````
|
||||
cd doc
|
||||
pip install -r requirements.txt
|
||||
sphinx-build source/ html/
|
||||
sphinx-build source/ build/html/
|
||||
````
|
||||
now point your browser at html/index.html
|
||||
(the official documentation is published to [docs.openstack.org](http://docs.openstack.org/developer/designate) by the
|
||||
|
Loading…
x
Reference in New Issue
Block a user