Skip to content

Commit

Permalink
Set author
Browse files Browse the repository at this point in the history
Otherwise it seems we now get "By Author name not set"
on a line before the copyright line in the footer
  • Loading branch information
zmoon committed Aug 18, 2024
1 parent 239833a commit 8f0ea49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import uscrn

project = "uscrn"
copyright = "2023\u20132024 zmoon"
# author = "zmoon"
copyright = "2023\u20132024"
author = "zmoon"

version = uscrn.__version__.split("+")[0]
release = uscrn.__version__
Expand Down

0 comments on commit 8f0ea49

Please sign in to comment.