Skip to content

Commit

Permalink
Make pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Aug 17, 2024
1 parent 3e055a9 commit 2f01b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
version = pkg_resources.get_distribution("bmi_geotiff").version
release = version
this_year = datetime.date.today().year
copyright = "{}, {}".format(this_year, author)
copyright = f"{this_year}, {author}"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 2f01b96

Please sign in to comment.