summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py40
1 files changed, 20 insertions, 20 deletions
diff --git a/conf.py b/conf.py
index 9e16a795..db8a4069 100644
--- a/conf.py
+++ b/conf.py
@@ -78,7 +78,7 @@ master_doc = "index"
# General information about the project.
project = "GNU Taler"
-copyright = "2014-2022 Taler Systems SA (GPLv3+ or GFDL 1.3+)"
+copyright = "2014-2024 Taler Systems SA (GPLv3+ or GFDL 1.3+)"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -87,7 +87,7 @@ copyright = "2014-2022 Taler Systems SA (GPLv3+ or GFDL 1.3+)"
# The short X.Y version.
version = "0.9"
# The full version, including alpha/beta/rc tags.
-release = "0.9.0"
+release = "0.9.4"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -765,54 +765,54 @@ texinfo_documents = [
"taler-auditor",
"Taler Auditor Manual",
"GNU Taler team",
- "MENU ENTRY",
- "DESCRIPTION",
- "CATEGORY",
+ "GNU Taler Auditor",
+ "External audit for Taler Exchange operation",
+ "Network applications",
),
(
"taler-exchange-manual",
"taler-exchange",
"Taler Exchange Manual",
"GNU Taler team",
- "MENU ENTRY",
- "DESCRIPTION",
- "CATEGORY",
+ "GNU Taler Exchange",
+ "Taler payment service provider",
+ "Network applications",
),
(
"taler-challenger-manual",
"challenger",
"Taler Challenger Manual",
"GNU Taler team",
- "MENU ENTRY",
- "DESCRIPTION",
- "CATEGORY",
+ "GNU Taler Challenger",
+ "Customer address validation service",
+ "Network applications",
),
(
"taler-merchant-manual",
"taler-merchant",
"Taler Merchant Manual",
"GNU Taler team",
- "MENU ENTRY",
- "DESCRIPTION",
- "CATEGORY",
+ "GNU Taler Merchant",
+ "Backend for merchants accepting Taler payments",
+ "Network applications",
),
(
"taler-merchant-api-tutorial",
"taler-merchant-api-tutorial",
"Taler Merchant API Tutorial",
"GNU Taler team",
- "MENU ENTRY",
- "DESCRIPTION",
- "CATEGORY",
+ "GNU Taler Merchant API",
+ "Tutorial for using the merchant backend API",
+ "Network applications",
),
(
"taler-developer-manual",
"taler-developer-manual",
"Taler Developer Manual",
"GNU Taler team",
- "MENU ENTRY",
- "DESCRIPTION",
- "CATEGORY",
+ "GNU Taler Development",
+ "Manual for GNU Taler contributors",
+ "Network applications",
),
]