Hi there - Regarding the API Documentation site: https://www.psycopg.org/psycopg3/docs/api/index.html - it seems to basically show the docs for the HEAD of the psycopg/psycopg repo master branch? i.e. psycopg 3.1dev0 at the moment.
But from a user perspective, we always want to look at the docs for the version of the library that we are actually using, i.e. 3.0 or 3.0.5 at the moment.
So either having a version selection widget on the site, or only building the site for the most recent stable version, seems like it would be better.
Hi there - Regarding the API Documentation site: https://www.psycopg.org/psycopg3/docs/api/index.html - it seems to basically show the docs for the HEAD of the
psycopg/psycopgrepo master branch? i.e.psycopg 3.1dev0at the moment.But from a user perspective, we always want to look at the docs for the version of the library that we are actually using, i.e.
3.0or3.0.5at the moment.So either having a version selection widget on the site, or only building the site for the most recent stable version, seems like it would be better.