diff options
Diffstat (limited to 'contrib/tos/conf.py.in')
-rw-r--r-- | contrib/tos/conf.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tos/conf.py.in b/contrib/tos/conf.py.in index 064c4b06f..0a8d74dbe 100644 --- a/contrib/tos/conf.py.in +++ b/contrib/tos/conf.py.in @@ -150,7 +150,7 @@ html_theme_options = { # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". -html_title = "Taler Terms of Service" +html_title = "Taler Exchange Terms of Service" # A shorter title for the navigation bar. Default is the same as html_title. html_short_title = "Terms of Service" @@ -193,7 +193,7 @@ html_short_title = "Terms of Service" #html_domain_indices = True # If false, no index is generated. -#html_use_index = True +html_use_index = True # If true, the index is split into individual pages for each letter. #html_split_index = False |