pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.91k stars 18.03k forks source link

DOC: v2.2 offline documentation search button not work #60308

Open jack6th opened 2 weeks ago

jack6th commented 2 weeks ago

Pandas version checks

Location of the documentation

https://pandas.pydata.org/docs/pandas.zip

Documentation problem

Mouse left click search button or Keyboard input Ctrl+k does not popup search bar.

v2.1 and v2.0 work. https://pandas.pydata.org/pandas-docs/version/2.1/pandas.zip https://pandas.pydata.org/pandas-docs/version/2.0/pandas.zip

Suggested fix for documentation

Mouse left click search button or Keyboard input Ctrl+k popup search bar.

rhshadrach commented 2 weeks ago

Thanks for the report. Also the light/dark mode toggle does not appear. I checked pydata-sphinx-theme docs, downloading those the search bar does work there for getting the focus. However once you search a term, you get a 404.

Further investigations are welcome!

sooooooing commented 1 week ago

take