From 8a31682d6bc85c2bc596ba36815d442535c1e01b Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Sat, 7 Jan 2017 19:26:19 -0800 Subject: [PATCH] Pin docs build to Python 3.5 3.6 is currently failing for RTD. Pin to 3.5 for now. --- docs/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.yml b/docs/environment.yml index fae83078..54420340 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - conda dependencies: - - python=3 + - python==3.5 - ipython_genutils - sphinx - sphinx_rtd_theme