stable version tries to pull Stable tag causing build failure #11939
Open
Description
Details
- Read the Docs project URL: https://readthedocs.org/projects/deepforest/
- Build URL (if applicable): https://app.readthedocs.org/projects/deepforest/builds/26928708/
- Read the Docs username (if applicable): https://readthedocs.org/profiles/ethanwhite/
Expected Result
Adding the stable
version will either include the most recent semantic tag as the stable
version (if there is no stable
tag) or use the stable
tag if it exists
Actual Result
The build tries to pull run:
git fetch origin --force --prune --prune-tags --depth 50 refs/tags/Stable:refs/tags/Stable
which fails, either because there is no tag or because the tag is named stable
not Stable
Currently there is not stable
tag in the repository but the same result occurs if a stable
tag is present.