Skip to content

Commit 74cde1f

Browse files
authored
Pin Python to 3.5 for RTD build
Currently, RTD is not building 3.6 so we must pin to 3.5 until 3.6 is supported.
1 parent 807610b commit 74cde1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- pyzmq
6-
- python=3
6+
- python==3.5
77
- traitlets>=4.1
88
- jupyter_core
99
- sphinx>=1.3.6

0 commit comments

Comments
 (0)