Commit 4e09b44e17ee4794e35bcea5c8ad9e4e31e914c1
1 parent
f65712b8
Exists in
master
and in
90 other branches
Updated doc config
Showing
1 changed file
with
7 additions
and
4 deletions
Show diff stats
docs/conf.py
... | ... | @@ -196,7 +196,8 @@ latex_elements = { |
196 | 196 | # (source start file, target name, title, |
197 | 197 | # author, documentclass [howto, manual, or own class]). |
198 | 198 | latex_documents = [ |
199 | - ('index', 'softwarepublico.tex', u'softwarepublico Documentation', | |
199 | + ('index', 'softwarepublico.tex', | |
200 | + u'Documentação - Software Público Brasileiro (SPB)', | |
200 | 201 | u'Universidade de Brasília', 'manual'), |
201 | 202 | ] |
202 | 203 | |
... | ... | @@ -226,8 +227,9 @@ latex_documents = [ |
226 | 227 | # One entry per manual page. List of tuples |
227 | 228 | # (source start file, name, description, authors, manual section). |
228 | 229 | man_pages = [ |
229 | - ('index', 'softwarepublico', u'softwarepublico Documentation', | |
230 | - [u'Universidade de Brasilia'], 1) | |
230 | + ('index', 'softwarepublico', | |
231 | + u'Documentação - Software Público Brasileiro (SPB)', | |
232 | + [u'Universidade de Brasília'], 1) | |
231 | 233 | ] |
232 | 234 | |
233 | 235 | # If true, show URL addresses after external links. |
... | ... | @@ -240,7 +242,8 @@ man_pages = [ |
240 | 242 | # (source start file, target name, title, author, |
241 | 243 | # dir menu entry, description, category) |
242 | 244 | texinfo_documents = [ |
243 | - ('index', 'softwarepublico', u'softwarepublico Documentation', | |
245 | + ('index', 'softwarepublico', | |
246 | + u'Documentação - Software Público Brasileiro (SPB)', | |
244 | 247 | u'Universidade de Brasília', 'softwarepublico', 'One line description of project.', |
245 | 248 | 'Miscellaneous'), |
246 | 249 | ] | ... | ... |