You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have time right now to try and get a MWE but figured it might be useful to report already. Feel free to ignore until it is reproduceable though.
Some doc builds end up using sourcelink.html from sphinx itself instead of the sourcelink.html defined by the theme. Consequently, this ends up in right sidebars that look like the following:
instead of the expected version using the theme provided template:
Versions used:
sphinx 8.1.3
pydata-sphinx-theme 0.16.1
The text was updated successfully, but these errors were encountered:
This is seen in scikit-learn as well with sphinx==7.4.7 and pydata-sphinx-theme==0.16.1 (from conda-forge).
I downloaded the .conda package from conda-forge and it seems that sourcelink.html became sourcelink.h which might be the reason. Note that the distribution on PyPI looks fine.
I don't have time right now to try and get a MWE but figured it might be useful to report already. Feel free to ignore until it is reproduceable though.
Some doc builds end up using sourcelink.html from sphinx itself instead of the sourcelink.html defined by the theme. Consequently, this ends up in right sidebars that look like the following:
instead of the expected version using the theme provided template:
Versions used:
sphinx 8.1.3
pydata-sphinx-theme 0.16.1
The text was updated successfully, but these errors were encountered: