summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-01-26 06:14:21 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-01-26 06:14:21 -0500
commit65a9b2dc88c4756f10c8287347d33b01bb1ec9c4 (patch)
tree283efda14d0d64b1ccda43997ebd8777a6fbdc8e /conf.py
parent787b55a73ad4612aa07ac3b5947dd8236c1e55e7 (diff)
downloaddocs-65a9b2dc88c4756f10c8287347d33b01bb1ec9c4.tar.gz
docs-65a9b2dc88c4756f10c8287347d33b01bb1ec9c4.tar.bz2
docs-65a9b2dc88c4756f10c8287347d33b01bb1ec9c4.zip
New manpage: libeufin-nexus(1)
* manpages/libeufin-nexus.1.rst: New file. * conf.py (man_pages): Add entry for libeufin-nexus. This partially addresses: <https://bugs.gnunet.org/view.php?id=7147>
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 3737b763..8dd6e998 100644
--- a/conf.py
+++ b/conf.py
@@ -356,6 +356,9 @@ man_pages = [
("manpages/libeufin-sandbox.1", "libeufin-sandbox",
"simulate core banking system with EBICS access to bank accounts",
"GNU Taler contributors", 1),
+ ("manpages/libeufin-nexus.1", "libeufin-nexus",
+ "sevice to interface to various bank access APIs",
+ "GNU Taler contributors", 1),
]
# If true, show URL addresses after external links.