Commit fd3bcfd
authored
Exclude design docs from built documentation (#12628)
This PR excludes developer design docs from the Sphinx build while
keeping the source files in the repository.
## Changes
- Excluded `design/` directory from dev docs build via
`exclude_patterns`
- Removed `design/index` from dev documentation toctree
- Design doc `.rst` files remain in `docs/dev/design/` directory for
reference
## Next Steps
Redirects will be configured in the RTD dashboard to point old design
doc URLs to the corresponding GitHub source files.
---
*Generated by Copilot*1 parent 1292c9f commit fd3bcfd
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments