Skip to content

Commit 05ff5fa

Browse files
[3.11] Remove Sphinx problem matcher to avoid annotating unchanged files (GH-108005) (#108050)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 6b825c1 commit 05ff5fa

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

.github/problem-matchers/sphinx.json

-40
This file was deleted.

.github/workflows/reusable-docs.yml

-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
timeout-minutes: 60
1919
steps:
2020
- uses: actions/checkout@v3
21-
- name: Register Sphinx problem matcher
22-
run: echo "::add-matcher::.github/problem-matchers/sphinx.json"
2321
- name: 'Set up Python'
2422
uses: actions/setup-python@v4
2523
with:
@@ -65,8 +63,6 @@ jobs:
6563
timeout-minutes: 60
6664
steps:
6765
- uses: actions/checkout@v3
68-
- name: Register Sphinx problem matcher
69-
run: echo "::add-matcher::.github/problem-matchers/sphinx.json"
7066
- uses: actions/cache@v3
7167
with:
7268
path: ~/.cache/pip

0 commit comments

Comments
 (0)