[3.12] Docs: Upgrade to Sphinx 7.3 (GH-118397) (#118400)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-04-29 19:58:06 +02:00 committed by GitHub
parent 3989894a39
commit 0a1bed102b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ jobs:
run: | run: |
set -Eeuo pipefail set -Eeuo pipefail
# Build docs with the '-n' (nit-picky) option; write warnings to file # Build docs with the '-n' (nit-picky) option; write warnings to file
make -C Doc/ PYTHON=../python SPHINXOPTS="-q -n -W --keep-going -w sphinx-warnings.txt" html make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --nitpicky --fail-on-warning --keep-going --warning-file sphinx-warnings.txt" html
- name: 'Check warnings' - name: 'Check warnings'
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
run: | run: |

View file

@ -6,7 +6,7 @@
# Sphinx version is pinned so that new versions that introduce new warnings # Sphinx version is pinned so that new versions that introduce new warnings
# won't suddenly cause build failures. Updating the version is fine as long # won't suddenly cause build failures. Updating the version is fine as long
# as no warnings are raised by doing so. # as no warnings are raised by doing so.
sphinx~=7.2.0 sphinx~=7.3.0
blurb blurb