Skip to content

Commit 88e4c6e

Browse files
committed
docs: include agent_failure_modes in a hidden toctree
Clears the pre-existing Sphinx warning "agent_failure_modes.md: document isn't included in any toctree" (the doc existed but was unlinked on main; unrelated to the PyAutoBuild→PyAutoHands rename). A :hidden: toctree includes it in the doc tree without changing the visible sidebar nav, so the zero-warning docs gate passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ecb2382 commit 88e4c6e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,9 @@ adoption/guide
6969
adoption/config_surfaces
7070
example
7171
```
72+
73+
```{toctree}
74+
:hidden:
75+
76+
agent_failure_modes
77+
```

0 commit comments

Comments
 (0)