pydata / pydata-sphinx-theme

A clean, three-column Sphinx theme with Bootstrap for the PyData community
https://pydata-sphinx-theme.readthedocs.io
BSD 3-Clause "New" or "Revised" License
557 stars 300 forks source link

myst-nb renders ipywidgets output twice #1766

Open gabalafou opened 2 months ago

gabalafou commented 2 months ago

Steps to reproduce:

  1. Locally apply https://github.com/pydata/pydata-sphinx-theme/pull/1765
  2. Run nox -N -s docs && python -m http.server -d docs/_build/html
  3. Go to http://localhost:8000/examples/pydata.html#ipywidget
  4. Notice the same output rendered twice
gabalafou commented 2 months ago

ipyleaflet is also rendered twice with myst-nb