ray-project / ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
32.97k stars 5.58k forks source link

[docs] Some components in docs aren't mobile responsive #42876

Open simran-2797 opened 7 months ago

simran-2797 commented 7 months ago

Description

  1. The left navigation on the docs isn't fully responsive in mobile screens. IMG_9453

  2. When I click on search, the left nav should close and I should be able to see the search bar. Currently, this is what happens: IMG_9454

I think the pydata sphinx theme should be mobile responsive. Designs

peytondmurray commented 7 months ago

https://github.com/ray-project/ray/pull/41998 called for the sidebar to be fixed width, so this is at least in part a consequence of that change.

But interestingly, pydata-sphinx-theme does have a mobile design:

image

Maybe this should be labeled as a bug if you're seeing the above on mobile? It might be triggered by certain screen sizes. At least, I know that there are CSS media queries being used which might account for this...