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
597 stars 312 forks source link

guard a couple (possibly null) querySelector results #1860

Closed drammock closed 3 months ago

drammock commented 3 months ago

when looking into the cause of #1829 I found a couple cases where document.querySelector might be null and we don't handle that very gracefully.