We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6274916 commit eb24017Copy full SHA for eb24017
.readthedocs.yaml
@@ -4,10 +4,13 @@
4
version: 2
5
6
build:
7
- os: ubuntu-22.04
8
- python:
9
- version: 3.12
10
- install:
11
- - requirements: docs/_ext/djangodummy/requirements.txt
+ os: ubuntu-20.04
+ tools:
+ python: "3.8"
+
12
sphinx:
13
configuration: docs/conf.py
14
+python:
15
+ install:
16
+ - requirements: docs/_ext/djangodummy/requirements.txt
0 commit comments