gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: fix extension, breaks in new sphinx/


From: gnunet
Subject: [taler-docs] branch master updated: fix extension, breaks in new sphinx/python version otherwise
Date: Fri, 03 Jun 2022 15:11:26 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new a56ad32  fix extension, breaks in new sphinx/python version otherwise
a56ad32 is described below

commit a56ad32ef8f5cb5ad558cd9a8a45b842642f2e4b
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jun 3 15:11:22 2022 +0200

    fix extension, breaks in new sphinx/python version otherwise
---
 _exts/ebicsdomain.py  | 2 ++
 core/api-exchange.rst | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/_exts/ebicsdomain.py b/_exts/ebicsdomain.py
index 4dcc30c..3424cb5 100644
--- 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
index 8bf3409..50f7579 100644
--- 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[];

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]