From 21749740880f10de85752af44950bd9998c9d5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sun, 17 Jun 2018 17:16:44 -0400 Subject: [PATCH] Completed config file --- conf.py | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/conf.py b/conf.py index 5baa2df..22b9a81 100644 --- a/conf.py +++ b/conf.py @@ -19,8 +19,8 @@ # -- Project information ----------------------------------------------------- -project = u'Agaric Collective' -copyright = u'2018, Benjamin Melançon, Michele Metts, Mauricio Dinarte, David Valdez, Clayton Dewey' +project = u'Agaric Collective public documentation' +copyright = u'2006—2018, Agaric, LLC' author = u'Benjamin Melançon, Michele Metts, Mauricio Dinarte, David Valdez, Clayton Dewey' # The short X.Y version @@ -60,11 +60,6 @@ source_suffix = ['.rst', '.md'] # The master toctree document. master_doc = 'index' -# General information about the project. -project = u'Agaric public documentation' -copyright = u'2006—2018 Agaric, LLC' -author = u'Benjamin Melançon, Michele Metts, Mauricio Dinarte, David Valdez, Clayton Dewey' - # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. @@ -202,4 +197,4 @@ epub_exclude_files = ['search.html'] # -- Options for todo extension ---------------------------------------------- # If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = True \ No newline at end of file +todo_include_todos = True