From 8faecb0506d69b09f2db4a58d972b995fd7e5749 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Wed, 28 May 2025 12:22:53 -0400 Subject: [PATCH] add CODEOWNERS for docs/sphinx (#216) [ROCm/rocprofiler-systems commit: 4c324e8b28e3fca1f9573972f0fa568bc8a4d006] --- projects/rocprofiler-systems/.github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-systems/.github/CODEOWNERS b/projects/rocprofiler-systems/.github/CODEOWNERS index 0c12dfb8b7..7718f62c65 100644 --- a/projects/rocprofiler-systems/.github/CODEOWNERS +++ b/projects/rocprofiler-systems/.github/CODEOWNERS @@ -1,7 +1,8 @@ * @ROCm/rocprof-sys @jrmadsen # Documentation files -docs/* @ROCm/rocm-documentation +docs/** @ROCm/rocm-documentation *.md @ROCm/rocm-documentation *.rst @ROCm/rocm-documentation .readthedocs.yaml @ROCm/rocm-documentation +docs/sphinx/* @samjwu