-
Notifications
You must be signed in to change notification settings - Fork 508
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
Documentation build is failing #403
Labels
Comments
matplotlib update?
… Message ID: ***@***.***>
|
I know @agramfort it's not a good practice, we did not fix the version in the requirement.txt, but it is usually pretty stable. They remove the parameter to |
It was definitely a good way to detect problems for recent versions though |
4 tasks
I would not pin version in requirements.txt they create pain to have
different packages in the environment.
I would just fix the code so it works with the latest version of
matplotlib. Or maybe just pin the version for the doc
build but not for the package deps
|
that is what @ncassereau-idris did in his PR now everything works again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Documentation build is currently failing. For a while it was because of a too long example when using pytorch but in recent build (in PR) the following error has been reported on circleCI:
It seems to come from a use of matplotlib gca that is not possible anymore.
To Reproduce
Steps to reproduce the behavior:
Build the documentation
Screenshots
Code sample
Expected behavior
Doc should build on circleCI and locally ;)
Environment (please complete the following information):
CirclCI
Additional context
The text was updated successfully, but these errors were encountered: