Skip to content

fix(docs): remove header search button so it stops pushing the navbar on scroll - #61

Merged
cbueth merged 1 commit into
mainfrom
docs/remove-header-search-button
Aug 12, 2026
Merged

fix(docs): remove header search button so it stops pushing the navbar on scroll#61
cbueth merged 1 commit into
mainfrom
docs/remove-header-search-button

Conversation

@cbueth

@cbueth cbueth commented Aug 12, 2026

Copy link
Copy Markdown
Owner

The newer pydata-sphinx-theme version pulled in by RTD adds a persistent "Search" button to the main header (navbar_persistent). Because sbt's .bd-header is non-sticky while the article header is sticky, scrolling to the top brings this button back in above the icon bar, pushing it down. Setting navbar_persistent: [] removes only that button. Search stays available via the sidebar button, the article-header search icon, and Ctrl+K.

@cbueth cbueth self-assigned this Aug 12, 2026
@cbueth cbueth added the documentation Improvements or additions to documentation label Aug 12, 2026
@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (9424a89) to head (a242e79).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #61   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        29           
  Lines          866       866           
  Branches       150       150           
=========================================
  Hits           866       866           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cbueth
cbueth merged commit f72b29d into main Aug 12, 2026
11 checks passed
@cbueth
cbueth deleted the docs/remove-header-search-button branch August 12, 2026 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant