|
62 | 62 | "myst_parser",
|
63 | 63 | "sphinx_design",
|
64 | 64 | "sphinx_gallery.gen_gallery",
|
| 65 | + "sphinx_reredirects", |
65 | 66 | ]
|
66 | 67 |
|
67 | 68 | if not FBCODE:
|
|
195 | 196 | "torch": ("https://pytorch.org/docs/stable/", None),
|
196 | 197 | }
|
197 | 198 |
|
| 199 | +# Redirects for moved pages |
| 200 | +redirects = { |
| 201 | + "getting-started-setup": "getting-started.html", |
| 202 | + "export-overview": "using-executorch-export.html", |
| 203 | + "runtime-build-and-cross-compilation": "using-executorch-building-from-source.html", |
| 204 | + "tutorials/export-to-executorch-tutorial": "../using-executorch-export.html", |
| 205 | + "running-a-model-cpp-tutorial": "using-executorch-cpp.html", |
| 206 | + "build-run-vulkan": "backends-vulkan.html", |
| 207 | + "executorch-arm-delegate-tutorial": "backends-arm-ethos-u.html", |
| 208 | + "build-run-coreml": "backends-coreml.html", |
| 209 | + "build-run-mediatek-backend": "backends-mediatek.html", |
| 210 | + "build-run-mps": "backends-mps.html", |
| 211 | + "build-run-qualcomm-ai-engine-direct-backend": "backends-qualcomm.html", |
| 212 | + "build-run-xtensa": "backends-cadence.html", |
| 213 | + "apple-runtime": "using-executorch-ios.html", |
| 214 | + "tutorials/devtools-integration-tutorial": "../using-executorch-troubleshooting.html", |
| 215 | +} |
| 216 | + |
198 | 217 | # Custom directives defintions to create cards on main landing page
|
199 | 218 |
|
200 | 219 | from custom_directives import ( # type: ignore[import-not-found]
|
|
0 commit comments