diff --git a/doc/en/_themes/flask/layout.html b/doc/en/_themes/flask/layout.html index 19c43fbbe..f2fa8e6aa 100644 --- a/doc/en/_themes/flask/layout.html +++ b/doc/en/_themes/flask/layout.html @@ -16,7 +16,7 @@ {%- block footer %} {% if pagename == 'index' %} diff --git a/doc/en/conf.py b/doc/en/conf.py index 42dc18fd8..71692e00f 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -15,7 +15,6 @@ # # The full version, including alpha/beta/rc tags. # The short X.Y version. -import datetime import os import sys @@ -63,8 +62,7 @@ master_doc = "contents" # General information about the project. project = "pytest" -year = datetime.datetime.utcnow().year -copyright = "2015–2019 , holger krekel and pytest-dev team" +copyright = "2015–2019, holger krekel and pytest-dev team" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/doc/en/license.rst b/doc/en/license.rst index 5ee55cf96..d94b34a99 100644 --- a/doc/en/license.rst +++ b/doc/en/license.rst @@ -9,7 +9,7 @@ Distributed under the terms of the `MIT`_ license, pytest is free and open sourc The MIT License (MIT) - Copyright (c) 2004-2017 Holger Krekel and others + Copyright (c) 2004-2019 Holger Krekel and others Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in