-
-
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
"Edit on GitHub" url broken for sphinx projects #4671
Comments
@stsewd I don't think this is a duplicate issue as this bug is appearing in sphinx based projects too. |
oops, didn't see that your project is sphinx type. Yeah, that's a bug |
@stsewd that's not my project, I just noticed the same bug in a sphinx based project and commented this same issue instead of opening a new one. |
I can confirm that we have the same issue with Sphinx. https://identitymodel.readthedocs.io/en/latest/client/discovery.html |
I have a PR that fixes this #4696, should be fixed in our next deploy. |
Is there an expected timeframe for the next deploy? Sorry to bother but this is affecting some of our docs. Thanks! |
We don't have a schedule for deploys, but I'd say next week or so |
This should now be deployed. It will likely require a doc rebuild to fix. |
It works fine now! Thanks a lot! |
🎉 thanks for the quick fix 👏 |
We use the default template, it has been necessary to modify a file and when it has been rebuild it has worked. The links to Edit Github are ok. Thanks! |
Hello @stsewd I am also facing exactly similar issue as shown in below comment:: The docs are made in sphinx. When we click on "Edit on Github" link it reports link error. |
@iamarnavgarg hi, you should only need to trigger a new build on the affected version, you can do this from the |
Thanks @stsewd . While building the project using
Can you please suggest where I am going wrong? |
Can you please point me to the project? Why do you need to override breadcrumbs.html? |
Details
Expected Result
"Edit on GitHub", "View on GitHub" and so on should link to https://github.com/jsxc/documentation.
Actual Result
Those links points to https://github.com/jsxc/documentation/blob/master/home/docs/checkouts/readthedocs.org/user_builds/jsxc/checkouts/latest/conf.py/index.rst
As you can see the string
/home/docs/checkouts/readthedocs.org/user_builds/jsxc/checkouts/latest/conf.py
is added to the url. The only thing that I can think of, is that I have currently no tags in my repo. Maybe this is the reason, I don't know.The text was updated successfully, but these errors were encountered: