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

[Fix] Documentation Image Dependency #1010

Conversation

DerAndereJohannes
Copy link
Contributor

The example images were not working for a while on the documentation website and I was curious as to what was wrong. It turns out that ipython at some point made the pickleshare dependency optional which meant that it was not automatically installed in the doc building workflow. I found the solution here on this issue ipython/ipython#14367. The solution is either to add pickleshare as a dependency or to update IPython. In this pull request I have simply gone with adding pickleshare as a dependency to get the images back online asap. Updating the remaining dependencies would be a topic for a different thread.

Description

This PR fixes the issue #999 and allows users to be able to see the examples again on the documentation website. Here is the example from the issue with the actual image to see the result:
image-fix

Proposed Changes

I added pickleshare as a dependency for the docs-build to allow for the doc image files to be stored in the correct location.

- Added pickleshare as dependency in the docs-build workflow
@DominiqueMakowski
Copy link
Member

Hi @DerAndereJohannes sorry for the delay, thanks so much for that!!

@DominiqueMakowski DominiqueMakowski merged commit c37621e into neuropsychology:dev Jul 19, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants