Commit 54977ea
committed
fix(docs[redirects]): remove dirhtml-conflicting redirect entries
why: With dirhtml builder, source files like X.md and X/index.md both
produce X/index.html. Redirects between them cause rediraffe conflicts
("already exists" warnings that fail the build).
what:
- Comment out redirect entries where source and target produce the
same dirhtml output path1 parent f0c038c commit 54977ea
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
0 commit comments