Skip to content

Commit c155fd4

Browse files
committed
documentation updates
1 parent 95a466c commit c155fd4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ Then open http://localhost:8000 in your browser. The root automatically redirect
122122
- A `/latest/` directory points to the newest version
123123
- Root (`/`) automatically redirects to `/latest/`
124124
- 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
125126

126127
### Running the Formatter
127128

docs/source/readme.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,9 @@ Then open http://localhost:8000 in your browser.
13001300
- A ``/latest/`` directory points to the newest version (symlink on Unix, copy on Windows)
13011301
- Root (``/``) automatically redirects to ``/latest/`` for convenience
13021302
- Version switcher dropdown in the navigation bar allows switching between versions
1303+
- If no version tags (tags starting with ``v``) are found in the repository, the build
1304+
automatically falls back to a single-version Sphinx build instead of attempting the
1305+
multi-version build
13031306

13041307
Contributing
13051308
============

0 commit comments

Comments
 (0)