You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,12 @@ This approach is ideal for CI/CD pipelines or when you want complete isolation f
68
68
-`docs/_extensions/` - Custom Sphinx extensions
69
69
-`docs/build/` - Generated documentation output (not tracked in git)
70
70
71
+
## Redirect Creation
72
+
73
+
When moving or renaming files a redirect must be created.
74
+
75
+
Redirect entries should be added to the `redirects` dictionary in `conf.py`. For detailed information on redirect syntax, see the [sphinx-reredirects usage documentation](https://documatt.com/sphinx-reredirects/usage/#introduction).
76
+
71
77
## Dependency Management
72
78
73
79
Documentation dependencies are defined in `pyproject.toml` under the `[dependency-groups]` section:
0 commit comments