We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f01688 commit 18eb623Copy full SHA for 18eb623
docs/conf.py
@@ -19,7 +19,7 @@
19
info = metadata("spatialdata")
20
project_name = info["Name"]
21
author = info["Author"]
22
-copyright = f"{datetime.now():%Y}, {author}."
+copyright = f"{datetime.now():%Y}, {author}"
23
version = info["Version"]
24
# repository_url = f"https://github.com/scverse/{project_name}"
25
0 commit comments