Skip to content

Commit 679b89a

Browse files
fix(copyright): automate copyright updating for docs (#3708)
1 parent f9dc9c7 commit 679b89a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import os
1010
import sys
11+
from datetime import datetime
1112
from pathlib import Path
1213

1314
import manim
@@ -25,7 +26,7 @@
2526
# -- Project information -----------------------------------------------------
2627

2728
project = "Manim"
28-
copyright = "2020-2022, The Manim Community Dev Team"
29+
copyright = f"2020-{datetime.now().year}, The Manim Community Dev Team"
2930
author = "The Manim Community Dev Team"
3031

3132

0 commit comments

Comments
 (0)