Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import sys
import sphinx_rtd_theme
from pathlib import Path
from datetime import date

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

# General information about the project.
project = 'pycaching'
copyright = '2015, pycaching contributors'
copyright = '2015-{}, pycaching contributors'.format(date.today().year)
author = 'pycaching contributors'

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