Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
'version_match': version_match,
},
'show_version_warning_banner': True,
'navbar_persistent': ['search-button'],
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interestingly, using ['search-field'] here seems to pull in a different html template, so it works better by just removing this and I guess defaulting to pydata-sphinx-theme's route. I thought that was the flexible one, but the docs are unclear. Just leaving a breadcrumb here

https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/search.html

'header_links_before_dropdown': 6,
'use_edit_page_button': True,
'secondary_sidebar_items': ['page-toc', 'edit-this-page'],
Expand Down
Loading