Fix command to build docs in installation documentation

Change I1ad04bd renamed the `doc` environment to `docs` but did
not update the documentation.

Change-Id: I63cb324f222a40e91b21cc0d3b569b6352bf88b3
This commit is contained in:
David Pursehouse 2014-10-20 09:42:08 +08:00
parent f0e53d34a1
commit 1a094c6fd2

View File

@ -17,7 +17,7 @@ Documentation
Documentation is included in the ``doc`` folder. To generate docs
locally execute the command::
tox -e doc
tox -e docs
The generated documentation is then available under
``doc/build/html/index.html``.