Commit dbbe2f1
chore: fix docs builds [backport 3.19] (#15540)
Backport fdd8fed from #15533 to 3.19.
## Description
Our docs are failing to build in readthedocs but the build_docs job is
passing in gitlab
([passing](https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-py/-/jobs/1269199858/viewer),
[failing](https://app.readthedocs.org/projects/ddtrace/builds/30557822/)).
Fixed ReadTheDocs build failures by skipping spelling checks in
ReadTheDocs. Different spelling backends between GitLab CI and
ReadTheDocs cause inconsistent results (e.g., "jitter", "durations" pass
in CI but fail in RTD).
Changes:
- Skip spelling check in ReadTheDocs (validated in CI)
## Testing
- Verified spelling check passes locally
- GitLab CI continues to run all validation checks
## Risks
None
Co-authored-by: Munir Abdinur <[email protected]>1 parent cf60ea7 commit dbbe2f1
2 files changed
+5
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
| 350 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 13 | | |
18 | | - | |
19 | 14 | | |
0 commit comments