Skip to content

Commit 503d5e7

Browse files
committed
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
1 parent b7b6009 commit 503d5e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ containing all the necessary packages (except pandoc), use::
176176

177177
conda env create -f docs/environment.yml
178178
conda activate notebook_docs # Linux and OS X
179-
activate notebook_docs # Windows
179+
activate notebook_docs # Windows
180+
pip install .
180181

181182
.. _conda environment:
182183
https://conda.io/docs/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file

0 commit comments

Comments
 (0)