Skip to content

Commit

Permalink
Copyright variable year update (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkresch authored Feb 12, 2020
1 parent 39b13d9 commit e5376df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
import sys
import sphinxcontrib.spelling
import textwrap
# sys.path.insert(0, os.path.abspath('.'))
import datetime

sys.path.append('/home/travis/build/OpenSimulationInterface/osi-documentation/osi-validation')
sys.path.append('/home/travis/build/OpenSimulationInterface/osi-documentation/breathe')

now = datetime.datetime.now()

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

project = 'Open Simulation Interface'
copyright = '2019, Carlo van Driesten'
copyright = f'{now.year}, Carlo van Driesten'
author = 'Carlo van Driesten'

# The short X.Y version
Expand Down

0 comments on commit e5376df

Please sign in to comment.