Description: Make build reproducible
  The copyright year is fixed at the date the file was last modified.
Forwarded: not-needed
Author: Julian Gilbey <jdg@debian.org>
Last-Update: 2024-04-14

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -15,7 +15,7 @@
 sys.path.insert(0, root.as_posix())
 
 project = "aioitertools"
-copyright = f"{datetime.date.today().year}, Amethyst Reese"
+copyright = "2022, Amethyst Reese"
 author = "Amethyst Reese"
 
 
