From: Daniele Varrazzo Date: Tue, 13 Jun 2023 16:12:06 +0000 (+0200) Subject: docs: fix links generation broken by sphinx_autodoc_typehints X-Git-Tag: pool-3.2.0~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63803637e5b20547807bcd632ce2487d871df44e;p=thirdparty%2Fpsycopg.git docs: fix links generation broken by sphinx_autodoc_typehints Still don't know what we will lose in the docs, but we can clean them up once they don't totally suck anymore. --- diff --git a/docs/conf.py b/docs/conf.py index a20894bfc..4677385ef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,8 @@ release = psycopg.__version__ extensions = [ "sphinx.ext.autodoc", "sphinx.ext.intersphinx", - "sphinx_autodoc_typehints", + # Currently breaking docs link (see #562) + # "sphinx_autodoc_typehints", "sql_role", "ticket_role", "pg3_docs",