1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From: Tomasz Rybak <serpent@debian.org>
Date: Tue, 24 Sep 2024 21:12:38 +0200
Subject: Disable linking to PostgreSQL libpq documentation
Forwarded: not-needed
Last-Update: 2024-07-01
Commented-out Sphinx module fetches PostgreSQL source SGML file.
I don't know yet how to fix it, so disabling for now; it could
be enabled again if we had a doc/src/sgml/libpq.sgml available.
===================================================================
---
docs/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 31c3f3f..df9064b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -43,7 +43,6 @@ extensions = [
"sql_role",
"ticket_role",
"pg3_docs",
- "libpq_docs",
]
# Add any paths that contain templates here, relative to this directory.
|