diff --git a/docs/conf.py b/docs/conf.py index 433f97e3a..4b1d43f68 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,8 +50,8 @@ master_doc = 'index' # General information about the project. project = 'Tezos' -copyright = '2017, Dynamic Ledger Solutions, Inc. ' -author = 'Dynamic Ledger Solutions, Inc. ' +copyright = '2018, Nomadic Labs ' +author = 'Nomadic Labs ' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -151,7 +151,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'Tezos.tex', 'Tezos Documentation', - 'Dynamic Ledger Solutions, Inc. \\textless{}contact@tezos.com\\textgreater{}', 'manual'), + 'Nomadic Labs \\textless{}contact@nomadic-labs.com\\textgreater{}', 'manual'), ]