Commit 35ad65b
Address PR #413 R1 P2: include .readthedocs.yaml in workflow path filters
Reviewer caught that the new sphinx-build job mirrors .readthedocs.yaml
(Python version, pandoc apt package, post_install docs deps) but the
workflow's path filters omitted .readthedocs.yaml. A future PR changing
only RTD config (e.g., Python version bump or new apt package) would
skip this docs-build guard, allowing drift between CI's mirror and what
RTD actually does.
Added '.readthedocs.yaml' to both push.paths and pull_request.paths.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f8766c3 commit 35ad65b
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
| |||
0 commit comments