Fix doc output path in PTI reference

The PTI reference implies that the docs build job will output rendered
documents to doc/build when it is in fact doc/build/html.  Fix up the
doc accordingly to avoid confusing the next guy as I myself was
confused.

Change-Id: I7c3e189cb29164c4934e809e5a64e938307fb320
This commit is contained in:
Eric Fried 2018-06-27 17:20:53 -05:00
parent c04056f106
commit 4243c70cfe
1 changed files with 2 additions and 2 deletions

View File

@ -59,11 +59,11 @@ To support documentation generation, projects should:
Assuming requirements have been properly installed as indicated by
``doc/requirements.txt`` and ``bindep.txt``, the following command should
work with no additional setup and should result in the documentation being
emitted into ``doc/build``.
emitted into ``doc/build/html``.
.. code-block:: bash
sphinx-build -b html doc/source doc/build
sphinx-build -b html doc/source doc/build/html
Language specific instructions supplement these and are in addition to them.