Commit cec052b5 by Dean Moldovan Committed by Wenzel Jakob

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).
parent 329d9833
......@@ -3,6 +3,7 @@ channels:
- dean0x7d
- defaults
dependencies:
- python==3.5
- doxygen
- pip
- pip:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment