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.
2 parents 2092876 + 08f9118 commit 2f153e4Copy full SHA for 2f153e4
docs/source/conf.py
@@ -3,7 +3,6 @@
3
Configuration for Sphinx.
4
"""
5
6
-import datetime
7
import importlib.metadata
8
9
from packaging.specifiers import SpecifierSet
@@ -24,8 +23,7 @@
24
23
source_suffix = ".rst"
25
master_doc = "index"
26
27
-year = datetime.datetime.now(tz=datetime.UTC).year
28
-project_copyright = f"{year}, {author}"
+project_copyright = f"%Y, {author}"
29
30
# Exclude the prompt from copied code with sphinx_copybutton.
31
# https://sphinx-copybutton.readthedocs.io/en/latest/use.html#automatic-exclusion-of-prompts-from-the-copies.
0 commit comments