From 8c735ce4dd55e907f733c4210c048b5ede96919d Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sat, 31 May 2014 03:10:20 -0400 Subject: [PATCH] updating credits in the docs to the people who deserve it ;) --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 34b374a0b2..7f14f468b0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -197,7 +197,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'NodeBB.tex', u'NodeBB Documentation', - u'psychobunny, julianlam, barisusakli', 'manual'), + u'The NodeBB Team (https://github.com/NodeBB/NodeBB/graphs/contributors)', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -227,7 +227,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'nodebb', u'NodeBB Documentation', - [u'psychobunny, julianlam, barisusakli'], 1) + [u'The NodeBB Team (https://github.com/NodeBB/NodeBB/graphs/contributors)'], 1) ] # If true, show URL addresses after external links. @@ -241,7 +241,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'NodeBB', u'NodeBB Documentation', - u'psychobunny, julianlam, barisusakli', 'NodeBB', 'One line description of project.', + u'The NodeBB Team (https://github.com/NodeBB/NodeBB/graphs/contributors)', 'NodeBB', 'One line description of project.', 'Miscellaneous'), ]