-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
"Edit on Github" link broken by annotated tag #6932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This same broken-link problem is happening in other packages' stable docs, such as geopandas: https://geopandas.readthedocs.io/en/stable/ cc @jorisvandenbossche @martinfleis |
This is a regression from #6651
|
@gboeing the fix should be out tomorrow, you'll need to trigger a new build to your project in order to refresh the tags. |
Thanks! |
This is deployed now, annotated tags are working. I triggered a build for your project and geopandas. Make sure to do a hard refresh (ctrl + f5) when checking. Anyone else hitting this, you need to trigger a build to latest, the commits should update automatically after that. |
Confirmed working now. Thanks. |
Details
Expected Result
The "edit on Github" link at the top-right of the stable docs should point to the latest release.
Actual Result
The link is broken. The problem seems to be how readthedocs uses the annotated tag that denotes the release. The link generated by readthedocs points to checksum
685b9d0
which is just an annotated tag that points to commit902461a
. You can see this here:The link that readthedocs generates points to the annotated tag checksum, but that just leads you to a 404 page because you cannot browse at that point on Github. You can only browse at the commit that the annotated tag points to.
Related info from the git docs:
The text was updated successfully, but these errors were encountered: