From 29fd62a2832753ed32cb8c8ca9b054ca9abcd587 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sun, 21 May 2023 16:29:37 +0300 Subject: [PATCH] Revert "Temporarily ignore deprecation warnings from Sphinx" This reverts commit 39ba1d65a7aa4e9115504dbaabd8cff6f4c07d02. --- .github/workflows/test-build.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test-build.yaml b/.github/workflows/test-build.yaml index 4a40c4b..d71a579 100644 --- a/.github/workflows/test-build.yaml +++ b/.github/workflows/test-build.yaml @@ -23,10 +23,7 @@ jobs: python -m pip install --upgrade -r requirements.txt - name: Build docs - # Temporarily ignore deprecation warnings until fixed: - # 'DeprecationWarning: 'imghdr' is deprecated and slated for removal in Python 3.13' - # https://github.com/sphinx-doc/sphinx/issues/10440 - run: python -bb -X dev -W error -W ignore::DeprecationWarning -m sphinx --color -n -E -a -W --keep-going docs build + run: python -bb -X dev -W error -m sphinx --color -n -E -a -W --keep-going docs build - name: Check links run: python -b -X dev -m sphinx --color -b linkcheck -W --keep-going docs build