Skip to content

Commit 3cf751d

Browse files
authored
Merge pull request #596 from jazzband/fix/fix_docs.ja
Fix build read the docs. 8th attempt
2 parents 8510347 + b20fd4d commit 3cf751d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.readthedocs.yaml

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

66
build:
7-
os: ubuntu-20.04
7+
os: ubuntu-22.04
88
tools:
9-
python: "3.8"
9+
python: "3.12"
1010

1111
sphinx:
1212
configuration: docs/conf.py

docs/_ext/djangodummy/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
Django == 3.2.25
44
django-extra-views == 0.14.0
55
sphinxcontrib-django == 0.5.1
6+
sphinx_rtd_theme==2.0.0

0 commit comments

Comments
 (0)