Skip to content

Commit

Permalink
Update copyright year on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmaymay authored Oct 12, 2023
1 parent 209c986 commit 1d869cd
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 @@ -19,6 +19,8 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import datetime

import sphinx_rtd_theme

from concrete.version import concrete_library_version
Expand Down Expand Up @@ -48,7 +50,7 @@

# General information about the project.
project = u'concrete'
copyright = u'2019, HLTCOE'
copyright = f'{datetime.datetime.now().year}, HLTCOE'
author = u'HLTCOE'

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

0 comments on commit 1d869cd

Please sign in to comment.