-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
links to github are broken #3203
Comments
Broken here too: http://docs.ev3dev.org/en/ev3dev-stretch/index.html |
We have the same issue https://identityserver4.readthedocs.io/en/release/ any comment on this? Can we fix that somehow ourselves? |
AFAIC, the problem is still there for the projects mentioned above. |
I think this is the PR that fixes this issue: #3302 |
@humitos I think this issue is specifically about the local remote alias being added to the version name, Github knows nothing of |
I've trying to reproduce this bug in my local instance using the I will try to debug this issue again with the other projects linked in this ticket (probably tomorrow) and I will comment here the results. Thanks for the reports. |
@humitos here are some examples of live projects with broken Edit buttons: http://django-wiki.readthedocs.io/en/master/ |
Bioservices project has the Same issue and may be easier to install or one of the projet that @benjaoming just mentionned. I believe the issues are all related. Could be pbl with à newer version of sphinx maybe? |
OK, I think I have "something to say" after my little research. It seems that this only happens with the This is happening because in the Now, I need to find/understand why the |
Sorry, I got confused with |
Since the `type` wasn't in the response when syncing version and retrieving this data the `APIVersion.type` was returning `UNKNOWN` and then the `APIVersion.commit_name` was incorrect. By adding the `type` to the API response the `Version` it's completed. #3203
I just propose a PR at #3427 that should fix this issue. |
Hi all! The PR was already deployed. Can you rebuild your projects and let me know if it works as you expects? Thanks! |
After a wipe and a build, it looks like my link above is working correctly. |
Works for me, too -- no need to "wipe" first, worked on first rebuild 🎉 Great work @humitos ! |
Same for bioconvert.readthedocs.io without a wipe |
Thank you all for testing, reporting, etc. The issue was closed automatically when the PR was merged but I wanted confirmation from your side. |
I know this issue is closed, but I'm facing the same problem. My project: http://datastandard.globalcoffeeplatform.org I've rebuild several times. Perhaps I need a different version of some tool? |
@paulmeems-waterwatchfoundation can you open a new issue? I think I know where the problem is, I'm not in the computer now to confirm. |
Details
Expected Result
link should work (there were working)
Actual Result
links broken due to additional "origin" added in the links to github.
The text was updated successfully, but these errors were encountered: