From 503d5e7569477b625d4ca29ab05eec5c95bf3e2e Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 11 Sep 2020 08:56:42 -0500 Subject: [PATCH] Also pip install the notebook for building docs via conda env To build the docs you need the notebook package installed from the local project so this updates the contributor guide for the conda instructions. Related #5741 --- CONTRIBUTING.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5d9a2ecd3..3c10ab748 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -176,7 +176,8 @@ containing all the necessary packages (except pandoc), use:: conda env create -f docs/environment.yml conda activate notebook_docs # Linux and OS X - activate notebook_docs # Windows + activate notebook_docs # Windows + pip install . .. _conda environment: https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file