From cec052b5c5a7fd1db3369cb5ea0377e110413ba8 Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Tue, 14 Feb 2017 11:26:22 +0100 Subject: [PATCH] Fix readthedocs build Fixes #667 The sphinx version is pinned by readthedocs, but sphinx 1.3.5 is not available with conda python 3.6. The workaround is to pin the python version to 3.5 (it doesn't really matter for the docs build). --- docs/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/environment.yml b/docs/environment.yml index 5a3332b27..06ffdb0da 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -3,6 +3,7 @@ channels: - dean0x7d - defaults dependencies: +- python==3.5 - doxygen - pip - pip: