taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 326967b3e7937762a443dff9ad83788b8d3a3808
parent a72dfed8b2c8f38fa96e0f8833fc1cd9808eb04f
Author: Antoine A <>
Date:   Mon, 21 Jul 2025 12:41:19 +0200

common: include taler magnet bank and bitcoin depolymerizer man pages

Diffstat:
Mconf.py | 28++++++++++++++++++++++++++++
1 file changed, 28 insertions(+), 0 deletions(-)

diff --git a/conf.py b/conf.py @@ -879,6 +879,34 @@ man_pages = [ "GNU Taler contributors", 5, ), + ( + "manpages/depolymerizer-bitcoin.1", + "depolymerizer-bitcoin", + "implementation of a bitcoin depolymerizer", + "GNU Taler contributors", + 1, + ), + ( + "manpages/depolymerizer-bitcoin.conf.5", + "depolymerizer-bitcoin.conf", + "Bitcoin depolymerizer configuration file", + "GNU Taler contributors", + 5, + ), + ( + "manpages/taler-magnet-bank.1", + "taler-magnet-bank", + "implementation of Magnet Bank Taler adapter", + "GNU Taler contributors", + 1, + ), + ( + "manpages/taler-magnet-bank.conf.5", + "taler-magnet-bank.conf", + "Magnet Bank adapter configuration file", + "GNU Taler contributors", + 5, + ), ] # If true, show URL addresses after external links.