Mercurial > libervia-desktop-kivy
comparison doc/conf.py @ 493:b3cedbee561d
refactoring: rename `cagou` to `libervia.desktop_kivy` + update imports and names following backend changes
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 02 Jun 2023 18:26:16 +0200 |
parents | 5e923747e400 |
children |
comparison
equal
deleted
inserted
replaced
492:5114bbb5daa3 | 493:b3cedbee561d |
---|---|
17 # sys.path.insert(0, os.path.abspath('.')) | 17 # sys.path.insert(0, os.path.abspath('.')) |
18 | 18 |
19 | 19 |
20 # -- Project information ----------------------------------------------------- | 20 # -- Project information ----------------------------------------------------- |
21 | 21 |
22 project = u'Cagou (Salut à Toi)' | 22 project = u'Libervia Desktop-Kivy' |
23 copyright = u'2019-2021 Jérôme Poisson' | 23 copyright = u'2019-2023 Jérôme Poisson' |
24 author = u'Jérôme Poisson' | 24 author = u'Jérôme Poisson' |
25 | 25 |
26 # The short X.Y version | 26 # The short X.Y version |
27 version = u'' | 27 version = u'' |
28 # The full version, including alpha/beta/rc tags | 28 # The full version, including alpha/beta/rc tags |
99 | 99 |
100 | 100 |
101 # -- Options for HTMLHelp output --------------------------------------------- | 101 # -- Options for HTMLHelp output --------------------------------------------- |
102 | 102 |
103 # Output file base name for HTML help builder. | 103 # Output file base name for HTML help builder. |
104 htmlhelp_basename = 'CagouSalutToidoc' | 104 htmlhelp_basename = 'LiberviaDesktopKivySalutToidoc' |
105 | 105 |
106 | 106 |
107 # -- Options for LaTeX output ------------------------------------------------ | 107 # -- Options for LaTeX output ------------------------------------------------ |
108 | 108 |
109 latex_elements = { | 109 latex_elements = { |
126 | 126 |
127 # Grouping the document tree into LaTeX files. List of tuples | 127 # Grouping the document tree into LaTeX files. List of tuples |
128 # (source start file, target name, title, | 128 # (source start file, target name, title, |
129 # author, documentclass [howto, manual, or own class]). | 129 # author, documentclass [howto, manual, or own class]). |
130 latex_documents = [ | 130 latex_documents = [ |
131 (master_doc, 'CagouSalutToi.tex', u'Cagou (Salut à Toi) Documentation', | 131 (master_doc, 'LiberviaDesktopKivySalutToi.tex', u'LiberviaDesktopKivy (Salut à Toi) Documentation', |
132 u'Jérôme Poisson', 'manual'), | 132 u'Jérôme Poisson', 'manual'), |
133 ] | 133 ] |
134 | 134 |
135 | 135 |
136 # -- Options for manual page output ------------------------------------------ | 136 # -- Options for manual page output ------------------------------------------ |
137 | 137 |
138 # One entry per manual page. List of tuples | 138 # One entry per manual page. List of tuples |
139 # (source start file, name, description, authors, manual section). | 139 # (source start file, name, description, authors, manual section). |
140 man_pages = [ | 140 man_pages = [ |
141 (master_doc, 'cagousaluttoi', u'Cagou (Salut à Toi) Documentation', | 141 (master_doc, 'cagousaluttoi', u'LiberviaDesktopKivy (Salut à Toi) Documentation', |
142 [author], 1) | 142 [author], 1) |
143 ] | 143 ] |
144 | 144 |
145 | 145 |
146 # -- Options for Texinfo output ---------------------------------------------- | 146 # -- Options for Texinfo output ---------------------------------------------- |
147 | 147 |
148 # Grouping the document tree into Texinfo files. List of tuples | 148 # Grouping the document tree into Texinfo files. List of tuples |
149 # (source start file, target name, title, author, | 149 # (source start file, target name, title, author, |
150 # dir menu entry, description, category) | 150 # dir menu entry, description, category) |
151 texinfo_documents = [ | 151 texinfo_documents = [ |
152 (master_doc, 'CagouSalutToi', u'Cagou (Salut à Toi) Documentation', | 152 (master_doc, 'LiberviaDesktopKivySalutToi', u'LiberviaDesktopKivy (Salut à Toi) Documentation', |
153 author, 'CagouSalutToi', 'One line description of project.', | 153 author, 'LiberviaDesktopKivySalutToi', 'One line description of project.', |
154 'Miscellaneous'), | 154 'Miscellaneous'), |
155 ] | 155 ] |
156 | 156 |
157 | 157 |
158 # -- Options for Epub output ------------------------------------------------- | 158 # -- Options for Epub output ------------------------------------------------- |