From 21788a58db347162beeca1cfe5cd2957845e5278 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Thu, 11 Feb 2016 17:56:56 -0800 Subject: [PATCH] Add pip to conda yaml for docs --- docs/conda_env.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conda_env.yml b/docs/conda_env.yml index 1942eb905..df351f2f6 100644 --- a/docs/conda_env.yml +++ b/docs/conda_env.yml @@ -7,5 +7,6 @@ dependencies: - nbformat - jupyter_client - ipykernel -- sphinxcontrib_spelling -- pyenchant +- pip: + - sphinxcontrib_spelling + - pyenchant