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
Right now we have documentation for how users can disable bootstrap CSS from sphinx-panels. However, I've noticed several issues that users have opened where they saw problems in their UI that were a result of issues with bootstrap being loaded twice, but the users didn't realize that this was the problem (usually they just assumed it was a bug in the theme).
I worry that we are going to keep getting more false bug reports about this until we come up with a better way of warning users about this "double bootstrap loading" behavior.
A couple ideas:
Make this more prominent in the sphinx-panels docs
Add a check for if bootstrap.js or bootstrap.css is already in the sphinx builder's list of CSS/JS files and throw a warning if so
Add a check for a pre-defined set of themes that we know already load bootstrap, and disable this by default if they're active.
The text was updated successfully, but these errors were encountered:
Right now we have documentation for how users can disable bootstrap CSS from
sphinx-panels
. However, I've noticed several issues that users have opened where they saw problems in their UI that were a result of issues with bootstrap being loaded twice, but the users didn't realize that this was the problem (usually they just assumed it was a bug in the theme).I worry that we are going to keep getting more false bug reports about this until we come up with a better way of warning users about this "double bootstrap loading" behavior.
A couple ideas:
sphinx-panels
docsbootstrap.js
orbootstrap.css
is already in the sphinx builder's list of CSS/JS files and throw a warning if soThe text was updated successfully, but these errors were encountered: