Skip to content

Commit c0ab9fc

Browse files
committed
docs: fix readthedocs
1 parent 3245d28 commit c0ab9fc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.readthedocs.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ sphinx:
55
fail_on_warning: true
66

77
build:
8-
os: ubuntu-20.04
8+
os: ubuntu-22.04
99
tools:
1010
# For available versions, see:
1111
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python
12-
python: "3.7" # Keep in sync with .github/workflows/checks.yml
13-
scrapy: "2.6.1"
14-
12+
python: "3.12"
13+
1514
python:
1615
install:
1716
- requirements: docs/requirements.txt
18-
- path: .
17+
- path: .

0 commit comments

Comments
 (0)