From 9db1cfebbc850418aff26f53c6d3b45026a597bc Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 24 Jan 2017 15:09:03 -0500 Subject: [PATCH] docs fixes fixed version number updated C year --- docs/docsite/conf.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docsite/conf.py b/docs/docsite/conf.py index 34166b833e3..2ee38085b8a 100644 --- a/docs/docsite/conf.py +++ b/docs/docsite/conf.py @@ -55,7 +55,7 @@ master_doc = 'index' # General substitutions. project = 'Ansible Documentation' -copyright = "2013-2016 Ansible, Inc" +copyright = "2013-2017 Ansible, Inc" # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. @@ -203,8 +203,7 @@ htmlhelp_basename = 'Poseidodoc' # (source start file, target name, title, author, document class # [howto/manual]). latex_documents = [ - ('index', 'ansible.tex', 'Ansible 1.2 Documentation', - AUTHOR, 'manual'), + ('index', 'ansible.tex', 'Ansible 2.2 Documentation', AUTHOR, 'manual'), ] # The name of an image file (relative to this directory) to place at the top of