-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fontawesome warnings: “preload” and “crossorigin attribute” #1613
Comments
I went on the web to undestand this issue and this is what I understaood:
means that these 2 fonts are send to the browser and never used in index.html. I would ignore this one.
it seems adding a "as" statement should solve it. let me make a PR that you can try. |
I'm also running into these using Firefox:
Using pydata-sphinx-theme 0.15.2 |
@electric-coder can you test against this branch ? https://github.com/12rambau/pydata-sphinx-theme/tree/fontawesome we lack testing to understand what goes wrong from your side. |
@12rambau @electric-coder I also recently opened this PR to try and rework the bundling for PST #1955 I believe this should fix the |
@12rambau @trallard I guess there's good news... I installed the branch with Python 3.11.3 After creating a new |
Thanks @electric-coder 🙏🏽 I thought this would get rid of such warnings. |
A minimalist
sphinx-doc
site, withpydata-sphinx-theme
(v.0.14.4
) as HTML theme, gives in the DevTools ofFirefox
andChromium-browser
a lot of warnings related tofontawesome
:Firefox
:Chromium-browser
:The text was updated successfully, but these errors were encountered: