-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix Edit on GitHub #4460
fix Edit on GitHub #4460
Conversation
👍 |
Amazing! Thanks @keewis ! Shall I email RTD support re |
sorry for not telling, I already did that immediately after creating the PR |
I looked at the source of |
okay, so support enabled the flag, but RTD times out while downloading something in |
These natural earth URLs time out sometimes. It's timing out on the browser for me now: https://naciscdn.org/naturalearth/110m/physical/ne_110m_coastline.zip |
yes, it seems https://naciscdn.org is down. |
to fix this, should we try to use cartopy_offlinedata? |
Does that help on CI? |
not sure, I'm trying that right now Edit: unfortunately it doesn't (unless I need to configure something?) Edit: So I guess we have to wait for https://naciscdn.org to respond again? Edit: see nvkelso/natural-earth-vector#416 |
However, since the version is set to Apart from that, this should be ready for review? |
Let's keep |
if I remember the meeting correctly, this should be ready for merging? |
Thanks @keewis. |
Thanks @keewis — it's great this is solved 🙏 |
This uses
scanpydoc
'sgithub_url
jinja filter to fix the github url in our api docs, and to also always point tomaster
(see #4440 (comment)).This currently does not work because we need support to enable the
DONT_OVERWRITE_SPHINX_CONTEXT
flag. We also might want to vendorgithub_url
because it is only a small part ofscanpydoc
.isort . && black . && mypy . && flake8