Pandas version checks

  • [x] I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://pandas.pydata.org/pandas-docs/version/2.3

Documentation problem

https://pandas.pydata.org/pandas-docs/version/2.3 does not work, though https://pandas.pydata.org/pandas-docs/version/2.2 does; only https://pandas.pydata.org/pandas-docs/version/2.3.0 is available.

Suggested fix for documentation

use https://pandas.pydata.org/pandas-docs/version/2.3 to be a floating release for the latest 2.3.x

Comment From: simonjayhawkins

cc @mroeschke

Comment From: Gwalib

Hello maintainers! 👋

I understand that these floating version URLs usually redirect to the latest patch version (like 2.3.0, 2.3.1, etc.). I'd love to help fix this by setting up the redirect or symlink, if possible.

Could you please guide me on where the floating version redirects are managed? Is it something I can contribute to via a PR (e.g., in a deployment script, config file, or docs repo)? Happy to follow your instructions!

Thanks again!

Comment From: jorisvandenbossche

I released 2.3.1 yesterday evening, and while doing that fixed our symlinks (when releasing 2.3.0, we forgot to set up the symlink from /2.3/ to /2.3.0/), so that should have fixed this issue.

This works now: https://pandas.pydata.org/pandas-docs/version/2.3/index.html

(this is managed directly on the web server, so with the current set up only something that can be done by some of the core maintainers)

Comment From: Gwalib

Cool! Thanks for the response!!