-
Notifications
You must be signed in to change notification settings - Fork 24
Updates to use newly updated theme #197
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
Conversation
for more information, see https://pre-commit.ci
|
This pull request is being automatically built with GitHub Actions and Netlify. To see the status of your deployment, click below. 🔍 Git commit SHA: 5394306 |
|
FYI at 2560x1440, Firefox 95.0.2, macos 12.1, the "single-page" background colors don't extend beyond the content column, if that was intended. Current https://projectpythia.org/ extends these fully. |
|
@dcamron: Hmm. I suspect that is because of some layout changes I had to make to get features from the base themes to work in this theme. I'll look into it and see if I can find a fix. |
|
@dcamron: Strangely, this appears to be coming from a base theme (PyData Sphinx Theme, I think), which is where Bootstrap is imported. I can verify that the changes made to the new theme result in the use of Bootstrap I'll see if I can fix this in the theme. |
|
Ok. I think the latest release of the theme fixes the high-res display issues. |
|
I think these changes implement the features we discussed in the last meeting. Let me know what you all think! |
|
The link works for me. |
@clyne I think this is the link: Deployment Preview URL: https://61df24e328128a21c335d99a--projectpythia-org.netlify.app It is a little confusing because at the bottom of the page it also says, "This branch has not been deployed." |
|
@clyne: Also, if you are getting a "Safety Warning" when you click on the link, that is just because of the way netlify works. I've received that before, and it's just an artifact of using a special service to deploy the website. You can safely say "ignore" when you get the Safety Warning and see the site preview. |
Seems to work now. No telling what I was doing wrong. Probably operator error. Thanks for the help. |
clyne
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome! Great work.

This attempts to update the portal to use version 2021.12.7 of the Sphinx Pythia Theme. I believe this addresses some of the issues noted in previous discussions. Please take a look and tell me what you think!