diff --git a/docs/conf.py b/docs/conf.py index 9240b2fc9..657e8fc4b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,8 +6,10 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information +from datetime import date + project = 'rtpengine' -copyright = '2023, Sipwise' +copyright = str(date.today().year) + ', Sipwise' author = 'Sipwise' release = 'master'