diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-03-08 16:10:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-03-08 16:10:55 -0300 |
commit | a8b981dafb4d9347a286334da77cc7ed55322bec (patch) | |
tree | e750e03f7fc074d9b3f48cc5fddac9421ba82dc5 /share | |
parent | 48d6c359a926bfbbc2543bc04c238091ea525b38 (diff) | |
download | templater-a8b981dafb4d9347a286334da77cc7ed55322bec.tar.gz templater-a8b981dafb4d9347a286334da77cc7ed55322bec.tar.bz2 |
Sphinx fixes
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. |