-
Notifications
You must be signed in to change notification settings - Fork 208
Description
Context
Now that we've got this theme based on the latest PyData theme, we should see what we can "inherit" from that theme rather than re-creating the wheel here as well. This will help boost the maintainability of this theme, and make it easier for us to inherit upstream improvements when they are made.
Proposal
I propose that we do an audit of the following areas of this theme, and try to remove as much as we can while retaining the same end experience more or less:
- CSS rules and variables
- JavaScript functionality
- HTML template structure
- Python sphinx build infrastructure
There are probably a few places where we'll need to keep our own customizations (like margin content and the drop-down table of contents) but if we can cut out all of the stuff that's already done well in the pydata theme, this would help minimize confusion and unnecessary differences between them.
Tasks and updates
No response