From 8abcfb4305fb4ed20a72eb3758467314a955c0e4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 10 Dec 2022 11:11:26 -0300 Subject: Updates protocolos --- conf.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/conf.py b/conf.py index a0383ec..f28fdba 100644 --- a/conf.py +++ b/conf.py @@ -52,8 +52,8 @@ source_suffix = { master_doc = 'index' # General information about the project. -project = u'Templates' -copyright = u'2016, Templates' +project = u'Protocolos' +copyright = u'2016, Protocolos' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -196,8 +196,8 @@ latex_elements = { # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'templates.tex', u'Templates', - u'Templates', 'templates'), + ('index', 'templates.tex', u'Protocolos', + u'Protocolos', 'templates'), ] # The name of an image file (relative to this directory) to place at the top of @@ -226,8 +226,8 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'templates', u'Templates', - [u'Templates'], 1) + ('index', 'templates', u'Protocolos', + [u'Protocolos'], 1) ] # If true, show URL addresses after external links. @@ -240,8 +240,8 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'templates', u'Templates', - u'Templates', 'templates', 'One line description of project.', + ('index', 'templates', u'Protocolos', + u'Protocolos', 'templates', 'One line description of project.', 'Miscellaneous'), ] @@ -258,10 +258,10 @@ texinfo_documents = [ # -- Options for Epub output --------------------------------------------------- # Bibliographic Dublin Core info. -epub_title = u'Templates' -epub_author = u'Templates' -epub_publisher = u'Templates' -epub_copyright = u'2016, Templates' +epub_title = u'Protocolos' +epub_author = u'Protocolos' +epub_publisher = u'Protocolos' +epub_copyright = u'2016, Protocolos' epub_basename = 'templates' # The language of the text. It defaults to the language option -- cgit v1.2.3