diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2024-11-27 18:20:49 +0000 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-11-27 15:23:02 -0300 |
| commit | bed70e2c00ee05ab28e3f01c390cb13501216450 (patch) | |
| tree | c8cb44a943b891707ba13de94bc7dc191f9c3602 | |
| parent | 5f82a5e4c76d42ce0740da0ca5f9520c67895544 (diff) | |
[5.1.x] Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning for docs builds.
Backport of 73d532d9a92d4d472564f3251499a428d1da9835 from main.
| -rw-r--r-- | .github/workflows/docs.yml | 3 | ||||
| -rw-r--r-- | .readthedocs.yml | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f61692ef79..46c2cf8707 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/.readthedocs.yml b/.readthedocs.yml index bde8b64da0..915d51de46 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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: |
