diff --git a/docs/conf.py b/docs/conf.py index 8ebb6d52dbfa..8306d9cb8a5f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,9 +15,10 @@ """Sphinx documentation builder.""" # -- General configuration --------------------------------------------------- +import datetime project = "Qiskit" -copyright = "2019, Qiskit Development Team" # pylint: disable=redefined-builtin +copyright = f"2017-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin author = "Qiskit Development Team" # The short X.Y version @@ -36,7 +37,7 @@ "jupyter_sphinx", "sphinx_autodoc_typehints", "reno.sphinxext", - "sphinx_design" + "sphinx_design", ] templates_path = ["_templates"] diff --git a/qiskit/test/_canonical.py b/qiskit/test/_canonical.py index ea8e7cfce3b4..367281f512c9 100644 --- a/qiskit/test/_canonical.py +++ b/qiskit/test/_canonical.py @@ -1,6 +1,6 @@ # This code is part of Qiskit. # -# (C) Copyright IBM 20022. +# (C) Copyright IBM 2022. # # This code is licensed under the Apache License, Version 2.0. You may # obtain a copy of this license in the LICENSE.txt file in the root directory