Skip to content

Commit 73d532d

Browse files
authored
Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning for docs builds.
1 parent e9ed5da commit 73d532d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ permissions:
2121

2222
jobs:
2323
docs:
24-
# OS must be the same as on djangoproject.com.
25-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-24.04
2625
name: docs
2726
steps:
2827
- name: Checkout

.readthedocs.yml

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

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

1111
sphinx:
1212
configuration: docs/conf.py
13+
fail_on_warning: true
1314

1415
python:
1516
install:

0 commit comments

Comments
 (0)