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 ae58fb4 commit e72798eCopy full SHA for e72798e
src/conf.py
@@ -72,8 +72,9 @@
72
73
# General information about the project.
74
project = "ActivityWatch"
75
-author = "Erik Bjäreholt, Johan Bjäreholt and contributors"
76
-copyright = f"2016-{date.today().year} by {author}"
+author = "Erik Bjäreholt, Johan Bjäreholt, and contributors"
+author_copyright = "ActivityWatch core contributors"
77
+copyright = f"2016-{date.today().year} {author_copyright}"
78
description_short = "The free and open source automated time-tracker"
79
80
# TODO: Automatically detect version (possibly using git tags)
@@ -316,7 +317,7 @@
316
317
master_doc,
318
"ActivityWatch.tex",
319
"ActivityWatch Documentation",
- "Erik Bjäreholt and contributors",
320
+ author,
321
"manual",
322
),
323
]
0 commit comments