-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
update theme #6296
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
update theme #6296
Conversation
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.
Assuming docs build this looks good
It should build and 1) look the same + 2) have the same functionality. We have the check the preview very carefully for this PR |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6296 +/- ##
==========================================
+ Coverage 94.12% 94.17% +0.05%
==========================================
Files 111 111
Lines 23861 23913 +52
==========================================
+ Hits 22458 22520 +62
+ Misses 1403 1393 -10
|
Only yhe edit this page button seems to not be working. I'll take a look tomorrow |
|
||
|
||
# Theme options are theme-specific and customize the look and feel of a theme | ||
# further. For a list of options available for each theme, see the | ||
# documentation. | ||
|
||
html_theme_options = { | ||
"icon_links": [ |
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.
@twiecki answering pymc-devs/pymc-examples#465 (comment) here. If you look at the preview you will see that the logos are still there. What is being removed is the triplication of this info. Now this is part of the pymc-sphinx-theme which inherits from pydata-sphinx-theme and sets up most of the common elements between al 3 main websittes (and others like pymc-experimental or pymc-bart)
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.
Amazing!
I am switching the pydata-sphinx-theme to pymc-sphinx-theme.
It is a very thin wrapper over the pydata-sphinx-theme to abstract the common
logic between the 3 websites, so we don't need to make changes to the 3
repos every time we want to update something or something breaks.
Checklist
Docs / Maintenance