Skip to content

Commit ebd87f4

Browse files
authored
Merge pull request #230 from jupyter/willingc-patch-1
Pin Python to 3.5 for RTD build
2 parents 807610b + 74cde1f commit ebd87f4

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)