Skip to content

Commit

Permalink
docs: remove (dynamic) years from copyright (#2941)
Browse files Browse the repository at this point in the history
  • Loading branch information
paravoid committed Mar 14, 2023
1 parent 5c3c58c commit 9476995
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Expand Up @@ -3,7 +3,6 @@
import re
import subprocess
import sys
from datetime import date
from importlib.machinery import SourceFileLoader
from pathlib import Path
from subprocess import check_output
Expand All @@ -22,7 +21,7 @@

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

html_theme = "furo"
Expand Down

0 comments on commit 9476995

Please sign in to comment.