# import sys
# sys.path.insert(0, os.path.abspath('.'))
import guzzle_sphinx_theme
+import datetime
# -- General configuration ------------------------------------------------
# General information about the project.
project = 'PowerDNS Authoritative Server'
-copyright = '2001-2019, PowerDNS.COM BV'
+copyright = '2001-' + str(datetime.date.today().year) + ', PowerDNS.COM BV'
author = 'PowerDNS.COM BV'
# The version info for the project you're documenting, acts as replacement for
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
+import datetime
# -- General configuration ------------------------------------------------
# General information about the project.
project = 'dnsdist'
-copyright = '2015-2019, PowerDNS.COM BV and its contributors'
+copyright = '2015-' + str(datetime.date.today().year) + ', PowerDNS.COM BV and its contributors'
author = 'PowerDNS.COM BV and its contributors'
# The version info for the project you're documenting, acts as replacement for
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import guzzle_sphinx_theme
+import datetime
# -- General configuration ------------------------------------------------
# General information about the project.
project = 'PowerDNS Recursor'
-copyright = '2001-2019, PowerDNS.COM BV'
+copyright = '2001-' + str(datetime.date.today().year) + ', PowerDNS.COM BV'
author = 'PowerDNS.COM BV'
# The version info for the project you're documenting, acts as replacement for