ipywidgets
ipywidgets copied to clipboard
Rendered HTML docs don't include widgets
trafficstars
Description
I generated the documentation from source using docs/Makefile with make html.
The rendered HTML files look okay apart from widgets not being rendered.
Compare on https://ipywidgets.readthedocs.io/en/stable/examples/Widget%20List.html:
with rendered

Reproduce
- Install from source in a new virtual env
cd docs && make html- Check widget renderings in rendered HTML: they are missing
Expected behavior
Rendered HTML is expected to render widgets.
Context
- ipywidgets version 8.0.0b1
- Operating System and version: Ubuntu 20.04
- Browser and version: Chrome 97