Skip to content

Commit

Permalink
Merge pull request #74 from jhlegarreta/FixTypoInReadthedocsConfigFile
Browse files Browse the repository at this point in the history
DOC: Fix typo in copyright notice in `readthedocs` config file
  • Loading branch information
jhlegarreta authored Oct 12, 2023
2 parents 985cdb2 + 20ffe42 commit 548392e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
project = info["project"]["name"]
_author = info["project"]["authors"][0]["name"]
_email = info["project"]["authors"][1]["email"]
copyright = f"2022-{datetime.now().year}, {_author}s <{_email}s>"
copyright = f"2022-{datetime.now().year}, {_author} <{_email}>"
author = f"{_author}s"

_version = vers(project)
Expand Down

0 comments on commit 548392e

Please sign in to comment.