diff doc/conf.py @ 3505:4705f80b6e23

doc: more renaming
author Goffi <goffi@goffi.org>
date Thu, 22 Apr 2021 18:16:19 +0200
parents be6d91572633
children 62e81b1058f8
line wrap: on
line diff
--- a/doc/conf.py	Wed Apr 21 11:44:47 2021 +0200
+++ b/doc/conf.py	Thu Apr 22 18:16:19 2021 +0200
@@ -136,8 +136,8 @@
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'SalutToi.tex', u'Salut à Toi Documentation',
-     u'Salut à Toi team', 'manual'),
+    (master_doc, 'SalutToi.tex', u'Libervia Documentation',
+     u'Libervia team', 'manual'),
 ]
 
 
@@ -146,7 +146,7 @@
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'saluttoi', u'Salut à Toi Documentation',
+    (master_doc, 'saluttoi', u'Libervia Documentation',
      [author], 1)
 ]
 
@@ -157,7 +157,7 @@
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-    (master_doc, 'SalutToi', u'Salut à Toi Documentation',
+    (master_doc, 'SalutToi', u'Libervia Documentation',
      author, 'SalutToi', 'One line description of project.',
      'Miscellaneous'),
 ]