Skip to content

Commit

Permalink
Docs: Auto-bump copyright year
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Katarzynski <[email protected]>
  • Loading branch information
pkatarzynski committed Nov 29, 2024
1 parent 3063eb1 commit 2689240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html

from subprocess import run

from datetime import date
from antmicro_sphinx_utils.defaults import (
extensions as default_extensions,
myst_enable_extensions as default_myst_enable_extensions,
Expand All @@ -40,7 +40,7 @@
if "tags" in globals() and "internal" in tags:
basic_filename = "INTERNAL--" + basic_filename
authors = "Antmicro"
copyright = authors + ", 2021-2024"
copyright = authors + ", 2021-" + str(date.today().year)

# The short X.Y version.
version = ""
Expand Down

0 comments on commit 2689240

Please sign in to comment.