Commit 2e8ddae
committed
fix(docs[redirects]): remove dirhtml-conflicting redirect entries
why: With dirhtml builder, source files like api.md and api/index.md
both produce api/index.html. Redirect chains between them cause
rediraffe conflicts ("already exists" warnings that fail the build).
what:
- Comment out api.md redirect (same output path as api/index.md)
- Comment out pytest-plugin.md redirect (conflicts with
pytest-plugin/index.md redirect in dirhtml)1 parent 12bbe35 commit 2e8ddae
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments