taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 1c6acf3758c6859b68fdd056bf67685bf86a6538
parent 80210f076fe92c0a8b89a972b810fd863d670973
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri, 24 Mar 2017 15:33:09 +0100

fix compilation error

Diffstat:
Mdocs/conf.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py @@ -64,7 +64,7 @@ source_suffix = '.rst' #source_encoding = 'utf-8-sig' # The master toctree document. -master_doc = 'operate-exchange' +master_doc = 'index' # General information about the project. project = u'Taler'