From 3f472411d6cefa954a868800a43d7132b36f6233 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 16 Aug 2023 09:09:06 +0300 Subject: [PATCH] TEMP remove Sphinx check warnings --- .github/workflows/reusable-docs.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml index 56932c4860573c..c7cd00614d01a7 100644 --- a/.github/workflows/reusable-docs.yml +++ b/.github/workflows/reusable-docs.yml @@ -43,13 +43,6 @@ jobs: set -Eeuo pipefail # 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 - - name: 'Check warnings' - if: github.event_name == 'pull_request' - run: | - python Doc/tools/check-warnings.py \ - --check-and-annotate '${{ steps.changed_files.outputs.added_modified }}' \ - --fail-if-regression \ - --fail-if-improved # This build doesn't use problem matchers or check annotations build_doc_oldest_supported_sphinx: