potiuk opened a new pull request, #68114: URL: https://github.com/apache/airflow/pull/68114
The `stable-rest-api-ref` page renders the OpenAPI spec via the `swagger-plugin` directive (recently migrated from redoc). Spell-checking the rendered output flags machine-generated tokens — camelCase URL path segments (`dagRuns`, `taskInstances`, `hitlDetails`, …), operationIds, and JSON-Schema keywords like `oneOf` — as misspellings (127 false positives), breaking the docs build whenever new endpoints are added. Exclude the page from spell-check, the same way the other generated pages (`project.rst`, `changelog.rst`) already are. This surfaced in the full docs build on the CI-upgrade PR #68062; this fix unblocks it. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
