diff options
author | René Korthaus <[email protected]> | 2016-11-14 11:54:18 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-11-28 17:18:20 +0100 |
commit | f633344890006ffeeadf5aedcf3e7ee4d81d12ab (patch) | |
tree | be26357fc7117b0bb8e7876efb07c67124b035f7 /src/build-data/sphinx/conf.py | |
parent | 9a8ec147287ab07fac3ee3d918f508da920c30c8 (diff) |
Add note on rfc6979 signatures to manual [ci skip]
Diffstat (limited to 'src/build-data/sphinx/conf.py')
-rw-r--r-- | src/build-data/sphinx/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build-data/sphinx/conf.py b/src/build-data/sphinx/conf.py index e144944f3..d08bb1d57 100644 --- a/src/build-data/sphinx/conf.py +++ b/src/build-data/sphinx/conf.py @@ -59,7 +59,7 @@ source_encoding = 'utf-8-sig' master_doc = 'contents' project = u'botan' -copyright = u'2000-2014, Jack Lloyd' +copyright = u'2000-2016, Jack Lloyd' version = '%d.%d' % (botan_version.release_major, botan_version.release_minor) @@ -198,8 +198,8 @@ htmlhelp_basename = 'botandoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('contents', 'botan.tex', u'botan Reference Manual', - u'Jack Lloyd', 'manual'), + ('contents', 'botan.tex', u'Botan Reference Manual', + u'Jack Lloyd \\and Daniel Neus \\and René Korthaus \\and Juraj Somorovsky \\and Tobias Niemann', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of |