Commit d288c8b
committed
fix(docs[redirects]): remove cli.md self-redirect for dirhtml, revert suppress_warnings
why: cli.md → commands/index.md → cli/index.md chain produces same
dirhtml output path (cli/index.html) as the real cli/index.md file.
Rediraffe reports "already exists" and exits with code 1.
what:
- Comment out cli.md redirect (same dirhtml output as cli/index.md)
- Revert docutils suppress_warnings (didn't help, wrong approach)1 parent b5b434c commit d288c8b
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 131 | | |
135 | 132 | | |
136 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments