Skip to content

Commit

Permalink
Copyright year in the documentation footer (#9181)
Browse files Browse the repository at this point in the history
* Copyright year in the footer

* 2017

Co-authored-by: Junye Huang <h.jun.ye@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 24, 2022
1 parent f66099c commit 479bde3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,7 +37,7 @@
"jupyter_sphinx",
"sphinx_autodoc_typehints",
"reno.sphinxext",
"sphinx_design"
"sphinx_design",
]
templates_path = ["_templates"]

Expand Down
2 changes: 1 addition & 1 deletion qiskit/test/_canonical.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 479bde3

Please sign in to comment.