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).
This commit is contained in:
Dean Moldovan 2017-02-14 11:26:22 +01:00 committed by Wenzel Jakob
parent 329d983392
commit cec052b5c5

View File

@ -3,6 +3,7 @@ channels:
- dean0x7d - dean0x7d
- defaults - defaults
dependencies: dependencies:
- python==3.5
- doxygen - doxygen
- pip - pip
- pip: - pip: