Branch REL_17_STABLE is now available in Postgres repository.
Using this version is needed to build the documentation with the next
commit.
autodoc_member_order = "bysource"
# PostgreSQL docs version to link libpq functions to
-libpq_docs_version = "14"
+libpq_docs_version = "17"
# Where to point on :ticket: role
ticket_url = "https://github.com/psycopg/psycopg/issues/%s"
def setup(app):
- app.add_config_value("libpq_docs_version", "14", "html")
+ app.add_config_value("libpq_docs_version", "17", "html")
roles.register_local_role("pq", pq_role)
get_reader().app = app