John Dewey 0ad1a00ad8 Correct developer documentation on venv creation
The developer documentation references a script `tools/install_venv.py`,
which no longer exists in the repo.  Cleaned up the documentation to reference
venv usage with tox.

Change-Id: Ida1e2b300411541e8c5f0a7463a2ca5f910ba03b
Closes-Bug: 1175686
2015-12-15 15:21:18 -08:00
..
2012-03-01 11:42:42 -08:00
2013-12-13 02:47:37 +00:00

Building Docs

Developer documentation is generated using Sphinx. To build this documentation, run the following from the root of the repository:

$ tox -e docs

The documentation will be built at doc/build/.