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 5c3c58c commit 9476995Copy full SHA for 9476995
docs/conf.py
@@ -3,7 +3,6 @@
3
import re
4
import subprocess
5
import sys
6
-from datetime import date
7
from importlib.machinery import SourceFileLoader
8
from pathlib import Path
9
from subprocess import check_output
@@ -22,7 +21,7 @@
22
21
23
company, name = "tox-dev", "tox"
24
release, version = __version__, ".".join(__version__.split(".")[:2])
25
-copyright = f"2010-{date.today().year}, {company}"
+copyright = f"{company}"
26
master_doc, source_suffix = "index", ".rst"
27
28
html_theme = "furo"
0 commit comments