mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
fix(docs): update copyright year to be dynamic
This commit is contained in:
@ -6,13 +6,13 @@
|
|||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||||
|
|
||||||
import os
|
import datetime
|
||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
import tomli
|
import tomli
|
||||||
|
|
||||||
project = "BEC Widgets"
|
project = "BEC Widgets"
|
||||||
copyright = "2023, Paul Scherrer Institute"
|
copyright = f"{datetime.datetime.today().year}, Paul Scherrer Institute"
|
||||||
author = "Paul Scherrer Institute"
|
author = "Paul Scherrer Institute"
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user