Skip to content
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

[MRG] BLD Do not get version from circle #14462

Merged
merged 2 commits into from Jul 25, 2019

Conversation

thomasjpfan
Copy link
Member

This should fix https://circleci.com/gh/scikit-learn/scikit-learn/66274

The https://api.github.com/repos/scikit-learn/scikit-learn.github.io/contents/ json seems to have a name=circle with type=dir. This will try to download documentation.html that does not exists.

Copy link
Member

@jnothman jnothman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging as low risk.

@jnothman jnothman merged commit 8db687b into scikit-learn:master Jul 25, 2019
@jnothman
Copy link
Member

Thanks!

@jnothman
Copy link
Member

jnothman commented Jul 25, 2019 via email

@thomasjpfan
Copy link
Member Author

What I had in this PR was incorrect.

The issue comes from dev's documentation.html does not have a "VERSION:" to pass the regex.

@thomasjpfan
Copy link
Member Author

I wonder if something with sphinx 2.1 is doing something weird here.

@thomasjpfan
Copy link
Member Author

It was sphinx 1.7 that changes this: https://github.com/sphinx-doc/sphinx/blob/a498960de9039b0d0c8d24f75f32fa4acd5b75e1/CHANGES#L1317

The documentation options are moved to a separate file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants