Skip to content

Commit

Permalink
Use current year for copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz committed Jan 28, 2020
1 parent 084076e commit eb81be8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""Sphinx configuration."""
from datetime import datetime


project = "Hypermodern Python"
author = "Claudio Jolowicz"
copyright = f"2020, {author}"
copyright = f"{datetime.now().year}, {author}"

0 comments on commit eb81be8

Please sign in to comment.