Skip to content

Commit 56533ff

Browse files
authored
Build docs with Python 3.7 on conda
This might fix some failures to build on RTD, where Sphinx is failing to import something from the typing module.
1 parent 6c206e4 commit 56533ff

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.5
6+
- python==3.7
77
- traitlets>=4.1
88
- jupyter_core
99
- sphinx>=1.3.6

0 commit comments

Comments
 (0)