1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Christoph Hueffelmann <chr@istoph.de>
Date: Sat, 21 Jan 2023 16:45:24 +0100
Subject: doc: use sphinx inventory from libtermpaint-dev
This avoids using the binary file doc/termpaint.inv shipped upstream.
Forwarded: not-needed
---
doc/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py
index 87338d6..d45ef3a 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -75,7 +75,7 @@ html_static_path = ['_static']
manpages_url = "https://man7.org/linux/man-pages/man{section}/{page}.{section}.html"
intersphinx_mapping = {'qt': ('https://doc.qt.io/qt-5', 'qt5.inv'),
- 'termpaint': ('https://termpaint.namepad.de/latest/', 'termpaint.inv')}
+ 'termpaint': ('https://termpaint.namepad.de/latest/', '/usr/share/doc/libtermpaint-dev/html/objects.inv')}
section_pages_titles = ['Widgets', 'Misc']
|