commit a56ad32ef8f5cb5ad558cd9a8a45b842642f2e4b
parent 556165f148f0ad5b1800d94e3f67cf45698453da
Author: Florian Dold <florian@dold.me>
Date: Fri, 3 Jun 2022 15:11:22 +0200
fix extension, breaks in new sphinx/python version otherwise
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/_exts/ebicsdomain.py b/_exts/ebicsdomain.py
@@ -169,6 +169,8 @@ class EbicsOrders(SphinxDirective):
items.sort(key=lambda x:
unicodedata.normalize('NFD', x[0][0].lower()))
+ node["sorted"] = 'sorted' in self.options
+
dlist = nodes.definition_list()
dlist['classes'].append('glossary')
dlist.extend(item[1] for item in items)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -143,7 +143,7 @@ possibly by using HTTPS.
denoms: Denom[];
// Denominations offered by this exchange
- denominations: DenominationGroup[];
+ denominations: DenomGroup[];
// Denominations for which the exchange currently offers/requests recoup.
recoup: Recoup[];