Note HTML docs result from running 'tox'.

The README was recently updated to note that you can run 'tox' to
validate the docs.  This also generates HTML, so note that as it's
also nice to be able to view your spec in its rendered format.

Change-Id: I8350d8066b6d68793101ea3bea88a91e9dc17b98
This commit is contained in:
Russell Bryant 2014-04-02 10:02:07 -04:00
parent 2ebcb01820
commit 7989927138
1 changed files with 3 additions and 0 deletions

View File

@ -40,3 +40,6 @@ To validate that the specification is syntactically correct (i.e. get more
confidence in the Jenkins result), please execute the following command::
$ tox
After running ``tox``, the documentation will be available for viewing in HTML
format in the ``doc/build/`` directory.