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:
Kiall Mac Innes 2015-01-13 16:41:24 -08:00
parent b462badbb4
commit 12251d7a99
1 changed files with 1 additions and 1 deletions

View File

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