From 09e09595c88c8b185874ee1a75a575ae74ba4192 Mon Sep 17 00:00:00 2001 From: michaelpacer Date: Tue, 3 Jan 2017 17:50:06 -0800 Subject: [PATCH] See if I can pin python version to 3.5 and that fixes the build problem on rtd --- docs/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.yml b/docs/environment.yml index c0f335027..7992e3db5 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -2,7 +2,7 @@ name: nbconvert_docs channels: - conda-forge dependencies: -- python>=3.5 +- python==3.5 - pandoc - nbformat - jupyter_client