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,7 +196,8 @@ latex_elements = { | ||
196 | # (source start file, target name, title, | 196 | # (source start file, target name, title, |
197 | # author, documentclass [howto, manual, or own class]). | 197 | # author, documentclass [howto, manual, or own class]). |
198 | latex_documents = [ | 198 | latex_documents = [ |
199 | - ('index', 'softwarepublico.tex', u'softwarepublico Documentation', | 199 | + ('index', 'softwarepublico.tex', |
200 | + u'Documentação - Software Público Brasileiro (SPB)', | ||
200 | u'Universidade de Brasília', 'manual'), | 201 | u'Universidade de Brasília', 'manual'), |
201 | ] | 202 | ] |
202 | 203 | ||
@@ -226,8 +227,9 @@ latex_documents = [ | @@ -226,8 +227,9 @@ latex_documents = [ | ||
226 | # One entry per manual page. List of tuples | 227 | # One entry per manual page. List of tuples |
227 | # (source start file, name, description, authors, manual section). | 228 | # (source start file, name, description, authors, manual section). |
228 | man_pages = [ | 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 | # If true, show URL addresses after external links. | 235 | # If true, show URL addresses after external links. |
@@ -240,7 +242,8 @@ man_pages = [ | @@ -240,7 +242,8 @@ man_pages = [ | ||
240 | # (source start file, target name, title, author, | 242 | # (source start file, target name, title, author, |
241 | # dir menu entry, description, category) | 243 | # dir menu entry, description, category) |
242 | texinfo_documents = [ | 244 | texinfo_documents = [ |
243 | - ('index', 'softwarepublico', u'softwarepublico Documentation', | 245 | + ('index', 'softwarepublico', |
246 | + u'Documentação - Software Público Brasileiro (SPB)', | ||
244 | u'Universidade de Brasília', 'softwarepublico', 'One line description of project.', | 247 | u'Universidade de Brasília', 'softwarepublico', 'One line description of project.', |
245 | 'Miscellaneous'), | 248 | 'Miscellaneous'), |
246 | ] | 249 | ] |