Skip to content

Commit 9476995

Browse files
authored
docs: remove (dynamic) years from copyright (#2941)
1 parent 5c3c58c commit 9476995

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import re
44
import subprocess
55
import sys
6-
from datetime import date
76
from importlib.machinery import SourceFileLoader
87
from pathlib import Path
98
from subprocess import check_output
@@ -22,7 +21,7 @@
2221

2322
company, name = "tox-dev", "tox"
2423
release, version = __version__, ".".join(__version__.split(".")[:2])
25-
copyright = f"2010-{date.today().year}, {company}"
24+
copyright = f"{company}"
2625
master_doc, source_suffix = "index", ".rst"
2726

2827
html_theme = "furo"

0 commit comments

Comments
 (0)