Skip to content

Commit be7d8aa

Browse files
committed
rtd config
1 parent 1b7073d commit be7d8aa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.readthedocs.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
version: 2
22

33
build:
4-
image: latest
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
58

69
conda:
710
environment: .rtd-environment.yml
811

912
python:
10-
version: 3.11
1113
install:
1214
- method: pip
1315
path: .

.rtd-environment.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
dependencies:
2-
- python=3.10
2+
- python=3.11
33
- gsl
44
- pip
55
- pip:
66
- -e .[docs]
7-
- git+https://github.com/jobovy/galpy

0 commit comments

Comments
 (0)