MT#61856 docs: print actual year in copyright

Make the year's value automatic.

Change-Id: I6b1ab23144c758aa047cdcbaf26ba86745d150c9
pull/1907/head
Donat Zenichev 3 months ago
parent 86d039f5a6
commit 20d9db2966

@ -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'

Loading…
Cancel
Save