From a2f28f0a9d1c35d8525739cf3c9531757667f138 Mon Sep 17 00:00:00 2001 From: Erik Kundt Date: Tue, 28 Jan 2020 16:38:20 +0100 Subject: [PATCH] Fixes copyright in readthedocs config. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 87a6ec030..cca7478d0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,7 +53,7 @@ master_doc = 'index' # General information about the project. project = 'Solidity' -copyright = '2016-2019, Ethereum' +copyright = '2016-2020, Ethereum' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the