summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sites/shared_conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sites/shared_conf.py b/sites/shared_conf.py
index 39488f7e..5e85def0 100644
--- a/sites/shared_conf.py
+++ b/sites/shared_conf.py
@@ -25,8 +25,7 @@ intersphinx_mapping = {"python": ("https://docs.python.org/3.6/", None)}
# Regular settings
project = "Paramiko"
-year = datetime.now().year
-copyright = "{} Jeff Forcier".format(year)
+copyright = f"{datetime.now().year} Jeff Forcier"
master_doc = "index"
templates_path = ["_templates"]
exclude_trees = ["_build"]