From d815470e54bcc487e63ca5b97963a1c4515b75dd Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 9 Jan 2018 23:29:33 +0100 Subject: [PATCH] Remove the copyright notice from docs --- docs/_themes/flask/layout.html | 1 - docs/conf.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_themes/flask/layout.html b/docs/_themes/flask/layout.html index e781a119..48cb4d5f 100644 --- a/docs/_themes/flask/layout.html +++ b/docs/_themes/flask/layout.html @@ -19,7 +19,6 @@ {% endblock %} {%- block footer %} {% if pagename == 'index' %} diff --git a/docs/conf.py b/docs/conf.py index 37ae0642..4199bca8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ master_doc = 'index' # General information about the project. project = u'Jedi' -copyright = u'2012 - {today.year}, Jedi contributors'.format(today=datetime.date.today()) +copyright = u'jedi contributors' import jedi from jedi.utils import version_info