Skip to content

Commit cec052b

Browse files
dean0x7dwjakob
authored andcommitted
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).
1 parent 329d983 commit cec052b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ channels:
33
- dean0x7d
44
- defaults
55
dependencies:
6+
- python==3.5
67
- doxygen
78
- pip
89
- pip:

0 commit comments

Comments
 (0)