-
Notifications
You must be signed in to change notification settings - Fork 208
Closed
Labels
🏷️ templatingRelated to the Jinja templatingRelated to the Jinja templatingenhancementNew feature or requestNew feature or request
Description
The PyData theme recently updated its topbar code so that it can be configured with these three options:
...
"navbar_start": [list-of-templates],
"navbar_center": [list-of-templates],
"navbar_end": [list-of-templates],
...
That logic is here: https://github.com/pydata/pydata-sphinx-theme/blob/master/pydata_sphinx_theme/docs-navbar.html
We could populate our topbar using the same template logic, so that we're re-using the configurability mechanism. This could let people configure the topbar in similar ways.
Tasks
- Should we rename
navbartotopbarand then translate into the PyData theme config name of "navbar"? - Swap out our topbar code with the configurable
pydata sphinx themeoptions - Tests passing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🏷️ templatingRelated to the Jinja templatingRelated to the Jinja templatingenhancementNew feature or requestNew feature or request