-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Build docs again. #1630
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
Build docs again. #1630
Conversation
@Conengmo I'd love a second pair of eyes here. I'd like to issue a patch release afterwards so we can ship functional docs with it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes to the docs themselves look good.
I can't comment that much on the Actions workflow. It makes sense to me. Though I'm not that familiar with how the docs work currently. Were you able to test this workflow?
We are losing the versioned docs here but I don't think that is too important b/c old docs do live in GH if folks need them.
That's okay with me if that's what it takes to get this working again without Travis.
I'll leave the merging to you.
@ocefpaf unrelated note, would you mind squashing commits when you merge PR's? I use https://github.com/python-visualization/folium/commits/main a lot and since we're very much PR oriented instead of commit oriented I'd love to have a clean overview here. |
Done! If this passes it should be good to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's give it a go!
The test needs to be updated. Working on it... |
Ideally we should make a release of branca so this passes everywhere and not only on latest. I can work on that today. |
Cool, let's do that. I'll compile a changelog now... |
Travis-CI is giving us a hard time. This moves the docs to GitHub Actions and fixes the build. We are losing the versioned docs here but I don't think that is too important b/c old docs do live in GH if folks need them.