Niko Föhr
Niko Föhr
Related PR: https://github.com/WestHealth/pyvis/pull/201
Currently the output does not work without an internet connection. The browser debug tools show this: 
Is there anything that could be done to help with this?
Closely related to: https://github.com/WestHealth/pyvis/issues/228 Related PR: https://github.com/WestHealth/pyvis/pull/201
You were not kidding when you said the docs are somewhat hard to build locally. I wasn't expecting this kind of fight :D Anyway, I think I got the build...
Thanks for the tip, I try to delete the notebooks that I'm not actively needing. I noticed from yesterday's logs that I still was missing `cftime`. Added that to the...
Thanks. Seems that in forked repos the tags are not coming automatically. The `git fetch -all --tags` did not fetch the tags, presumably because my local repo knows nothing about...
@Hoxbro by deleting notebooks, did you mean deleting the .ipynb or the .rst files (or both)? How did you get the warnings visible in Issue 5676? I can only see...
Seems that I did not warnings because I only saved stdout and the warnings are directed to stderr. I ran the docs build process again (interrupted accidentally just before finishing)....
The pages seem to have a random number of broken and working links to .ipynb's. For example, the Page: https://holoviews.org/user_guide/Applying_Customizations.html (doc/user_guide/03-Applying_Customizations.ipynb) has the following links: - Broken: `[Customization](../getting_started/2-Customization.ipynb)` - Working:...