]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix links generation broken by sphinx_autodoc_typehints
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 13 Jun 2023 16:12:06 +0000 (18:12 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 13 Jun 2023 16:13:06 +0000 (18:13 +0200)
Still don't know what we will lose in the docs, but we can clean them up
once they don't totally suck anymore.

docs/conf.py

index a20894bfc18a83e27052e310221469560081e4bd..4677385ef07e9135dd7d80c67cb9751e80b9ad21 100644 (file)
@@ -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",