summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-05 21:08:36 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-05 21:08:36 +0200
commit4fc6204057dc967ae837736ad16868f3d348fa9a (patch)
treecd468d76ac9143906928e3e45416c635de0c19e5 /conf.py
parent383e625a857dc1067bf93d5248e37290384eeb74 (diff)
downloaddocs-4fc6204057dc967ae837736ad16868f3d348fa9a.tar.gz
docs-4fc6204057dc967ae837736ad16868f3d348fa9a.tar.bz2
docs-4fc6204057dc967ae837736ad16868f3d348fa9a.zip
update build rules, update meta data on Anastasis docs
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py13
1 files changed, 10 insertions, 3 deletions
diff --git a/conf.py b/conf.py
index d0a0ea89..9b8e2e9b 100644
--- a/conf.py
+++ b/conf.py
@@ -1,12 +1,15 @@
"""
This file is part of GNU TALER.
- Copyright (C) 2014, 2015, 2016 GNUnet e.V. and INRIA
+ Copyright (C) 2014, 2015, 2016, 2020, 2021 Taler Systems SA
+
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Lesser General Public License as published by the Free Software
Foundation; either version 2.1, or (at your option) any later version.
+
TALER is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+
You should have received a copy of the GNU Lesser General Public License along with
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
@@ -77,14 +80,14 @@ master_doc = 'index'
# General information about the project.
project = u'GNU Taler'
-copyright = u'2014-2020 Taler Systems SA (GPLv3+ or GFDL 1.3+)'
+copyright = u'2014-2021 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
# built documents.
#
# The short X.Y version.
-version = '0.8pre0'
+version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.8.0pre0'
@@ -229,6 +232,8 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
+ ('anastasis', 'anastasis.tex',
+ 'Anastasis Manual', 'Anastasis team', 'manual'),
('taler-auditor-manual', 'taler-auditor-manual.tex',
'GNU Taler Auditor Manual', 'GNU Taler team', 'manual'),
('taler-exchange-manual', 'taler-exchange-manual.tex',
@@ -349,6 +354,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
+ ("anastasis", "anastasis", "Anastasis Manual",
+ "Anastasis team", "MENU ENTRY", "DESCRIPTION", "CATEGORY"),
("taler-auditor-manual", "taler-auditor", "Taler Auditor Manual",
"GNU Taler team", "MENU ENTRY", "DESCRIPTION", "CATEGORY"),
("taler-exchange-manual", "taler-exchange", "Taler Exchange Manual",