From 6531d24c542ee102922156a91f03193ceb0a0bee Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Fri, 29 Jan 2016 12:05:02 -0800 Subject: [PATCH] Fix config example --- docs/yaml-config.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/yaml-config.rst b/docs/yaml-config.rst index 42282fc2a..c1c4d6c7f 100644 --- a/docs/yaml-config.rst +++ b/docs/yaml-config.rst @@ -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 ~~~~~