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
The double borders strike me as unintentional. The HTML in question is:
<divclass="deprecated"><p><spanclass="versionmodified deprecated">Deprecated since version 1.20: </span>The native libraries on macOS, provided by Accelerate, are not fit for use
in NumPy since they have bugs that cause wrong output under easily reproducible
conditions. If the vendor fixes those bugs, the library could be reinstated,
but until then users compiling for themselves should use another linear
algebra library or use the built-in (but slower) default, see the next
section.</p></div>
Looking at the css currently in scikit-learn, I think the fix should be simple: adding a "div" selector to the deprecated styling (so it is not applied to the span).
Uh oh!
There was an error while loading. Please reload this page.
We're seeing this behavior in the numpy docs:
The double borders strike me as unintentional. The HTML in question is:
and the offending scss is
https://github.com/pandas-dev/pydata-sphinx-theme/blob/236d4c6d1f10f5da064d929e9eb594daecf23551/src/scss/index.scss#L18-L29
The text was updated successfully, but these errors were encountered: