-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Broken link to github on ReadTheDocs #1789
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
Thanks... I don't know if these links have ever worked properly for us. If anyone can figure out how to fix them, a PR would be appreciated! |
I started to have a look at this. I needed to install Anyone who uses a Mac and mostly installs via |
I'm not sure it'll help, but have you tried creating the environment with the same pinned versions as we use for building the docs? i.e:
|
I have also had trouble getting a rasterio build working on OS X. To be honest, I have been commenting out the bit in the docs config that sets up sphinx gallery when testing locally: Line 56 in 5a28b89
It would be nice if a lack of rasterio did not fail the docs build. |
It looks like |
Related to readthedocs/readthedocs.org#1820, I think. Searching reveals that there have been a variety of problems with the 'Edit on Github' link over time. |
Interesting. Reading that link, I see that RTD now automatically creates
the "stable" tag. I've still been pushing manually to a branch! I guess the
problem manifests the same way, though.
…On Fri, Feb 9, 2018 at 2:13 AM Zac Hatfield Dodds ***@***.***> wrote:
Related to readthedocs/readthedocs.org#1820
<readthedocs/readthedocs.org#1820>, I think. Searching
reveals that there have been a variety of problems with the 'Edit on
Github' link over time.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1789 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABKS1uBC9SqqiZy-cHQk5GJMezmvbSZiks5tTBpXgaJpZM4RFoQG>
.
|
The link works now. |
The "Edit on GitHub" button on ReadTheDocs is linked to
https://github.com/pydata/xarray/blob/origin/stable/doc/index.rst
which doesn't exist. The correct URL would be without "origin":
https://github.com/pydata/xarray/blob/stable/doc/index.rst
The text was updated successfully, but these errors were encountered: