-
Notifications
You must be signed in to change notification settings - Fork 208
Description
The PyData Sphinx Theme has changed their sidebar functionality to make it a modal pop-up for accessibility purposes. As a result, clicking the "toggle sidebar" button on wide-screens in this theme does not cause the sidebar to disappear, and instead makes it "pop" similar to what happens on mobile.
Here's the upstream issue:
Here's a suggested path forward
Original content
the following is the original post from @stevepiercy
On the Set up your development workflow, I did the following steps, skipping the sections in between these two.
- https://sphinx-book-theme.readthedocs.io/en/stable/contributing/setup.html#set-up-your-development-environment
- https://sphinx-book-theme.readthedocs.io/en/stable/contributing/setup.html#auto-build-the-docs-when-you-make-changes
When I click the Toggle primary sidebar button, the primary sidebar pops out and does not collapse.
Before clicking
After clicking
When I last tried this in mid-April 2024, this did not happen.
My theme depends on SBT, so I am very motivated to work on this issue. However I would like someone else to verify whether it is reproducible or just me before I spend time on it.

