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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ Then open http://localhost:8000 in your browser. The root automatically redirect
122
122
- A `/latest/` directory points to the newest version
123
123
- Root (`/`) automatically redirects to `/latest/`
124
124
- Run `git fetch --tags` before building to ensure all version tags are available
125
+
- If no version tags (tags starting with `v`) are found in the repository, the build automatically falls back to a single-version Sphinx build instead of attempting the multi-version build
0 commit comments