From b43f9f316c00a974a0218948cfa36052e9bc9de3 Mon Sep 17 00:00:00 2001 From: Peter Bierma Date: Thu, 19 Feb 2026 14:43:06 -0500 Subject: [PATCH 1/2] Add myself as a codeowner for the C API documentation --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 67c08c9ddaee9e..a62182e5760d42 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -113,6 +113,7 @@ Doc/tools/ @AA-Turner @hugovk # Sections Doc/reference/ @willingc @AA-Turner Doc/whatsnew/ @AA-Turner +Doc/c-api/ @ZeroIntensity # ---------------------------------------------------------------------------- From a854586390dd97dadcc33ff1ffe84814f2d60d73 Mon Sep 17 00:00:00 2001 From: Peter Bierma Date: Thu, 19 Feb 2026 15:09:28 -0500 Subject: [PATCH 2/2] Update CODEOWNERS Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a62182e5760d42..f656e8e52cd3dc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -111,9 +111,9 @@ Doc/tools/ @AA-Turner @hugovk .readthedocs.yml @AA-Turner # Sections +Doc/c-api/ @ZeroIntensity Doc/reference/ @willingc @AA-Turner Doc/whatsnew/ @AA-Turner -Doc/c-api/ @ZeroIntensity # ----------------------------------------------------------------------------