Skip to content

Commit a5aaf50

Browse files
committed
Try adding read the docs configuration since RTD isn't supposed to use setup.py install anymore
1 parent 19f1cf3 commit a5aaf50

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.readthedocs.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
version: 2
6+
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.10"
11+
12+
sphinx:
13+
configuration: docs/conf.py
14+
15+
python:
16+
install:
17+
- method: pip
18+
path: -r requirements_dev.txt
19+
- method: pip
20+
path: .

0 commit comments

Comments
 (0)