File: disable-postgresql-documentation-download.patch

package info (click to toggle)
psycopg3 3.2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,688 kB
  • sloc: python: 44,030; sh: 514; ansic: 149; makefile: 73
file content (27 lines) | stat: -rw-r--r-- 795 bytes parent folder | download
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.