Skip to content

Commit

Permalink
Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning fo…
Browse files Browse the repository at this point in the history
…r docs builds.
  • Loading branch information
smithdc1 authored Nov 27, 2024
1 parent e9ed5da commit 73d532d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ permissions:

jobs:
docs:
# OS must be the same as on djangoproject.com.
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: docs
steps:
- name: Checkout
Expand Down
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
version: 2

build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: "3.8"
python: "3.12"

sphinx:
configuration: docs/conf.py
fail_on_warning: true

python:
install:
Expand Down

0 comments on commit 73d532d

Please sign in to comment.