From 56533ff2f3a9370e85659adf3a5ed8e1abf4cbbd Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 25 Apr 2019 11:04:19 +0100 Subject: [PATCH] Build docs with Python 3.7 on conda This might fix some failures to build on RTD, where Sphinx is failing to import something from the typing module. --- docs/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.yml b/docs/environment.yml index 459e7ab3b..b7ed943c1 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - pyzmq -- python==3.5 +- python==3.7 - traitlets>=4.1 - jupyter_core - sphinx>=1.3.6