Skip to content

Commit d63d86d

Browse files
committed
Update RTD config
This should fix #877.
1 parent 71c72e1 commit d63d86d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.readthedocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ version: 2
22

33
# Set the version of Python and other tools you might need
44
build:
5-
os: ubuntu-20.04
5+
os: ubuntu-22.04
66
tools:
77
python: "3.12"
88

99
python:
1010
install:
1111
# Install dependencies from setup.py .
12-
- method: setuptools
12+
- method: pip
1313
path: .
14+
extra_requirements:
15+
- dev
1416

1517
# Build documentation in the docs/ directory with Sphinx
1618
sphinx:

0 commit comments

Comments
 (0)