-
Notifications
You must be signed in to change notification settings - Fork 795
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
Error compiling docs for v4.1.0 tag #2092
Comments
You are hitting this error in saving charts: altair-viz/altair_saver#13 I'm not certain what the solution is. The best approach is probably to use the selenium saver instead; it doesn't have the same issues that the node saver does. |
Following the link you posted, I installed the
I had a very similar issue when I compiled the docs for version 3.2.0. Any help to avoid this behavior in the future? |
I'm not sure what the issue is – it works correctly for me when I build locally, and seems to be working correctly in the CI: https://github.com/altair-viz/altair/runs/595606949 I'm not certain those warnings are related to the location of the generated thumbnails... the sphinx warnings are unfortunately pretty noisy, and I haven't had time to dig in and fix it. |
@capac I have had the issue with the thumbnails as well! I never brought it up because I wasn't sure if it was only a problem on my end but it's good to know it's not just me. |
I built the Altair docs for the Dash docset package, so that the thumbnails would show up in the docs. However in order to do so I had to copy the |
OK, thanks. I'm not able to reproduce this locally, so I'm unable to debug it. Please send a pull request if you find a fix! |
Closing this as superseded by the discussion in #3028 |
I'm having issues compiling the docs from the 4.1.0 tag on macOS. I've correctly installed
altair_saver
and all the other required packages according to the instructions, but after runningmake clean-all
andmake html
, PIL doesn't seem able to viewanscombe_plot.png
. Any suggestions?From the full traceback:
The text was updated successfully, but these errors were encountered: