Fix config example

rate-limit-builds
Eric Holscher 2016-01-29 12:05:02 -08:00
parent 07f432efe9
commit 6531d24c54
1 changed files with 8 additions and 2 deletions

View File

@ -26,7 +26,14 @@ Choose `none` to build none of the formats.
.. code-block:: yaml
requirements_file: requirements/docs.txt
# Don't build any extra formats
formats:
- none
# Build PDF & ePub
formats:
- epub
- pdf
requirements_file
~~~~~~~~~~~~~~~~~
@ -41,7 +48,6 @@ The path to your Pip requirements file.
requirements_file: requirements/docs.txt
conda
~~~~~