From a8b981dafb4d9347a286334da77cc7ed55322bec Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 8 Mar 2019 16:10:55 -0300 Subject: Sphinx fixes --- share/templater/sphinx/files/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/templater/sphinx/files/conf.py b/share/templater/sphinx/files/conf.py index a8aa2d8..ad3b0e3 100644 --- a/share/templater/sphinx/files/conf.py +++ b/share/templater/sphinx/files/conf.py @@ -194,7 +194,7 @@ latex_elements = { # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'templates.tex', u'Templates', - u'Templates', 'templates'), + u'Templates', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -258,7 +258,7 @@ texinfo_documents = [ epub_title = u'Templates' epub_author = u'Templates' epub_publisher = u'Templates' -epub_copyright = u'2016, Templates' +epub_copyright = u'2019, Templates' # The language of the text. It defaults to the language option # or en if the language is not set. -- cgit v1.2.3