From d6e81fef15b36026fff1e54ee0f34744d9330e94 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Tue, 5 Jul 2016 11:10:52 -0400 Subject: [PATCH] Note that pandoc is required for doc --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 6354f3940..0442edc38 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -141,11 +141,11 @@ or to run just ``notebook/tests/notebook/deletecell.js``:: Building the Documentation -------------------------- -To build the documentation you'll need `Sphinx `_ +To build the documentation you'll need `Sphinx `_, `pandoc `_ and a few other packages. To install (and activate) a `conda environment`_ named ``notebook_docs`` -containing all the necessary packages, use:: +containing all the necessary packages (except pandoc), use:: conda env create -f docs/environment.yml source activate notebook_docs # Linux and OS X