Skip to content

Commit 6fee9b4

Browse files
authored
Merge pull request #590 from jazzband/fix/fix_docs.ja
Fix build read the docs. Second attempt
2 parents d076ef5 + 0bd4c95 commit 6fee9b4

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
14
version: 2
25

6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.12"
310
sphinx:
4-
builder: html
511
configuration: docs/conf.py
6-
7-
python:
8-
version: 3.7
9-
install:
10-
- requirements: docs/_ext/djangodummy/requirements.txt
11-
12-
formats: all
13-
14-
build:
15-
image: latest

0 commit comments

Comments
 (0)