jazzband / pip-tools

A set of tools to keep your pinned Python dependencies fresh.
https://pip-tools.rtfd.io
BSD 3-Clause "New" or "Revised" License
7.67k stars 608 forks source link

Readthedocs website should point to "stable" release by default #2049

Closed not7cd closed 7 months ago

not7cd commented 7 months ago

As of now, https://pip-tools.readthedocs.io or https://pip-tools.rtfd.io redirects to documentation for v7.3.1.dev85, which is the latest release. It might be confusing at first. The default should be changed to "stable".

chrysle commented 7 months ago

Thanks, I agree setting that as the default version would be helpful.

I'm not a maintainer on RTD, so @webknjaz could you take a look? This should be configurable under the advanced settings. Thank you!

webknjaz commented 7 months ago

Done. Although, the docs for 7.3.0 can't be rebuilt as there's an outdated config in that tag. It should be better with the next release.