Skip to content

Commit a9959ee

Browse files
authored
Merge pull request #8 from MEDomicsLab/rw-version
Read the docs config
2 parents 86aead1 + 8f42262 commit a9959ee

1 file changed

Lines changed: 5 additions & 25 deletions

File tree

.readthedocs.yml

Lines changed: 5 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,15 @@
11
version: 2
22

3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.9"
7+
38
sphinx:
49
configuration: docs/source/conf.py
510

611
python:
7-
version: "3.9"
812
install:
913
- method: pip
1014
path: .
11-
12-
13-
14-
15-
16-
17-
18-
19-
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
3515
- requirements: requirements.txt

0 commit comments

Comments
 (0)