Skip to content

Commit 3dc960d

Browse files
authored
Update conf.py (#141)
1 parent 405aaa6 commit 3dc960d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import sys
1717
import sphinx_rtd_theme
1818
from pathlib import Path
19+
from datetime import date
1920

2021
# If extensions (or modules to document with autodoc) are in another directory,
2122
# add these directories to sys.path here. If the directory is relative to the
@@ -63,7 +64,7 @@
6364

6465
# General information about the project.
6566
project = 'pycaching'
66-
copyright = '2015, pycaching contributors'
67+
copyright = '2015-{}, pycaching contributors'.format(date.today().year)
6768
author = 'pycaching contributors'
6869

6970
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)