Skip to content

Commit cd47709

Browse files
committed
Try updating the RTD build environment
This should be possible using conda, according to readthedocs/readthedocs.org#1990 (comment)
1 parent 21ac266 commit cd47709

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: poliastro
22
channels:
3+
- defaults
34
- conda-forge
45
dependencies:
5-
- python=3.4
6+
- python=3.6
67
- poliastro
78
- astropy
89
- jplephem

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python:
2-
version: 3.4
2+
version: 3
33
setup_py_install: true
44
conda:
55
file: environment.yml

0 commit comments

Comments
 (0)