Exclude auto-generated python-sdk docs from CodeRabbit reviews (#3206)

* Exclude auto-generated python-sdk docs from CodeRabbit reviews

* Clarify that python-sdk doc changes in PR diffs are expected
This commit is contained in:
Jeremiah Lowin 2026-02-17 18:28:20 -05:00 committed by GitHub
commit 27be9fe229
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

3
.coderabbit.yaml Normal file
View file

@ -0,0 +1,3 @@
reviews:
path_filters:
- "!docs/python-sdk/**"

View file

@ -96,7 +96,7 @@ When modifying MCP functionality, changes typically need to be applied across al
- Uses Mintlify framework
- Files must be in docs.json to be included
- Do not manually modify `docs/python-sdk/**` — a bot automatically updates these files via commits added to PRs
- Do not manually modify `docs/python-sdk/**` — a bot automatically updates these files via commits added to PRs. Changes to these files in PR diffs are expected and should not be flagged during review.
- **Core Principle:** A feature doesn't exist unless it is documented!
### Documentation Guidelines