diff --git a/docs/source/conf.py b/docs/source/conf.py index 28effac..0016b59 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,9 +49,13 @@ # The master toctree document. master_doc = "index" +from datetime import date + +year = date.today().year + # General information about the project. project = "gliderpy" -copyright = "2023, Filipe Fernandes" +copyright = f"{year}, Filipe Fernandes" author = "Filipe Fernandes" # The version info for the project you're documenting, acts as replacement for