Skip to content

Commit

Permalink
Merge pull request #311 from Dana-Farber-AIOS/update-docs-year
Browse files Browse the repository at this point in the history
use current year in docs
  • Loading branch information
jacob-rosenthal committed Jun 6, 2022
2 parents 4be71f4 + 265405a commit 52b72d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@

import os
import sys
from datetime import datetime

sys.path.insert(0, os.path.abspath('../../'))


# -- Project information -----------------------------------------------------

project = 'PathML'
copyright = '2021, Dana-Farber Cancer Institute and Weill Cornell Medicine'
copyright = f'{datetime.now().year}, Dana-Farber Cancer Institute and Weill Cornell Medicine'
author = 'Jacob Rosenthal et al.'

about = {}
Expand Down

0 comments on commit 52b72d6

Please sign in to comment.