diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/templater/sphinx/files/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. |