Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
loostrum committed Jan 4, 2021
2 parents 4d6982b + 473f51d commit d439fb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#
import os
import sys
from datetime import datetime
from darc import __version__
sys.path.insert(0, os.path.abspath('..'))
autodoc_mock_imports = ['tensorflow']
Expand All @@ -29,7 +30,8 @@
# -- Project information -----------------------------------------------------

project = 'DARC'
copyright = '2020, Leon Oostrum'
year = datetime.now().year
copyright = f'{year}, Leon Oostrum'
author = 'Leon Oostrum'

# The full version, including alpha/beta/rc tags
Expand Down

0 comments on commit d439fb3

Please sign in to comment.