[README] Explains how to build PDFs

Change-Id: I6c4ff72c69c9a9877a8466fffe1a74a3e820f8d7
Implements: blueprint build-pdf-from-rst-guides
This commit is contained in:
Ian Y. Choi 2017-02-21 08:40:58 -05:00
parent 7f4afa8014
commit 27b4230489

View File

@ -57,6 +57,13 @@ You can find the root of the generated HTML documentation at::
doc/user-guide/build/html/index.html doc/user-guide/build/html/index.html
To build a specific guide with a PDF file, add a ``-pdf`` option like::
$ tox -e build -- user-guide --pdf
The generated PDF file will be copied to the root directory of the
generated HTML documentation.
Testing of changes and building of the manual Testing of changes and building of the manual
============================================= =============================================