Skip to content

Commit 2e2b7db

Browse files
hugovkmiss-islington
authored andcommitted
Remove Sphinx problem matcher to avoid annotating unchanged files (pythonGH-108005)
(cherry picked from commit 0d7f5d3) Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 91d935b commit 2e2b7db

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

.github/problem-matchers/sphinx.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/reusable-docs.yml

Lines changed: 0 additions & 4 deletions
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:
@@ -83,8 +81,6 @@ jobs:
8381
timeout-minutes: 60
8482
steps:
8583
- uses: actions/checkout@v3
86-
- name: Register Sphinx problem matcher
87-
run: echo "::add-matcher::.github/problem-matchers/sphinx.json"
8884
- uses: actions/cache@v3
8985
with:
9086
path: ~/.cache/pip

0 commit comments

Comments
 (0)