From d8ccc8085dd37f332251b9390002fe9cff8d7a9d Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Tue, 29 Jan 2019 22:06:14 -0800 Subject: [PATCH] Update conf.py update copyright year in the docs --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a4f0a86b..31384737 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,7 +72,7 @@ master_doc = 'index' # General information about the project. project = 'repo2docker' -copyright = '2017, Project Jupyter' +copyright = '2019, Project Jupyter' author = 'Project Jupyter' # The version info for the project you're documenting, acts as replacement for