Files
Tingberer bcd336fd46 [doc] feat: add resizable sidebar and improve layout (#2577)
## Summary
This PR adds a resizable sidebar feature and improves the documentation
layout for better user experience.

  ## Changes
- **Resizable sidebar**: Users can drag to resize the sidebar, with
preference saved in localStorage
- **Full-width layout**: Documentation now uses full screen width for
better readability
- **Responsive design**: Better layout adaptation for different screen
sizes
- **Navigation improvements**: Attempts to improve table of contents
navigation behavior

  ## Features
  - Drag handle on sidebar for resizing
  - Double-click to reset sidebar to default width
  - localStorage persistence for user preferences
  - Improved CSS for better visual experience

  ## Technical Details
  - Added `_static/custom.css` for styling improvements
  - Added `_static/js/resizable-sidebar.js` for functionality
  - Updated `conf.py` to include new CSS and JS files

  ## Testing
Tested on the documentation build with successful functionality for
sidebar resizing and layout improvements.
2025-07-24 14:46:38 -07:00
..