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 b77bff4 commit 5162bd2Copy full SHA for 5162bd2
docs/source/conf.py
@@ -1,3 +1,4 @@
1
+from datetime import datetime, timezone
2
# Configuration file for the Sphinx documentation builder.
3
#
4
# For the full list of built-in configuration values, see the documentation:
@@ -7,7 +8,7 @@
7
8
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
9
10
project = "pytest-asyncio"
-copyright = "2023, pytest-asyncio contributors"
11
+copyright = f"{datetime.now(tz=timezone.utc).year}, {project} contributors"
12
author = "Tin Tvrtković"
13
release = "v0.23.0"
14
0 commit comments