Skip to content

Commit eb24017

Browse files
committed
Fix build read the docs. 7th attempt
1 parent 6274916 commit eb24017

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
version: 2
55

66
build:
7-
os: ubuntu-22.04
8-
python:
9-
version: 3.12
10-
install:
11-
- requirements: docs/_ext/djangodummy/requirements.txt
7+
os: ubuntu-20.04
8+
tools:
9+
python: "3.8"
10+
1211
sphinx:
1312
configuration: docs/conf.py
13+
14+
python:
15+
install:
16+
- requirements: docs/_ext/djangodummy/requirements.txt

0 commit comments

Comments
 (0)