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
565 stars 304 forks source link

Extension error in breadcrumbs #1295

Closed jpfeuffer closed 1 year ago

jpfeuffer commented 1 year ago
Extension error (pydata_sphinx_theme):
Handler <function update_and_remove_templates at 0x10d5203a0> for event 'html-page-context' threw an exception (exception: sphinx_rtd_theme/breadcrumbs.html)
make: *** [html] Error 2
Sphinx                        5.3.0
sphinx-basic-ng               1.0.0b1
sphinx-copybutton             0.5.1
sphinx_design                 0.3.0
sphinx-hoverxref              1.3.0
sphinx_inline_tabs            2022.1.2b11
sphinx-notfound-page          0.8.3
sphinx-rtd-theme              1.2.0
pydata-sphinx-theme           0.13.3

python 3.10.10

jpfeuffer commented 1 year ago

Whoops, forgot that we have a custom breadcrumbs.html template from our old theme. Ignore this for now, I will close once it is working.

jpfeuffer commented 1 year ago

That was it. After removal everything works as expected.