There was an error while loading. Please reload this page.
1 parent 4047cee commit bd1a234Copy full SHA for bd1a234
1 file changed
docs/conf.py
@@ -1,5 +1,6 @@
1
# sphinxcontrib-httpexample documentation build configuration file, created by
2
# sphinx-quickstart on Fri Mar 3 12:29:43 2017.
3
+import datetime
4
from importlib import metadata
5
from packaging.version import Version
6
@@ -34,9 +35,10 @@
34
35
master_doc = "index"
36
37
# General information about the project.
38
+this_year = datetime.date.today().year
39
project = "sphinxcontrib-httpexample"
-copyright = "2017, Asko Soukka"
40
author = "Asko Soukka"
41
+copyright = f"2017 - {this_year}, {author}"
42
43
# The version info for the project you're documenting, acts as replacement for
44
# |version| and |release|, also used in various other places throughout the
0 commit comments