Skip to content
Merged
Changes from 3 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
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import urllib.request
import contextlib
import sys
import datetime
from datetime import date

sys.path.append(os.path.abspath("./_ext"))

Expand Down Expand Up @@ -79,7 +79,7 @@

# General information about the project.
project = u'pyOpenMS'
copyright = u'{datetime.now().year}, OpenMS Inc'
copyright = u'{date.today().year}, OpenMS Inc'
author = u'OpenMS Team'

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