- Notifications
You must be signed in to change notification settings - Fork15
Fix path to logo in docs (include_static in path)#400
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
coveralls commentedMar 8, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
- Update and pin pydata-sphinx-theme to 0.13.1- Remove circle around light/dark theme change icon- Remove "Show Source" button
eriknw commentedMar 10, 2023
Looks great, thanks@jim22k! I'm curious how you came up with these updates to the CSS--maybe you can show us sometime. Merging 🎉 |
SultanOrazbayev commentedMar 11, 2023
It's odd, but now the dark version is not rendering correctly for me. I tried Safari and Chrome, clearing cache, but it shows now just like in the linked comment (so no logo and white text blocks in dark mode). |
Our logo just disappeared in the docs. Adding
_static/to the path seems to fix it. Ishtml_static_pathsupposed to do this for us?Reported here:#396 (comment)
Maybe we should pin to a specific version of
pydata-sphinx-theme.