From efff1bcf35ed9c45c073f234270d6081d58185a1 Mon Sep 17 00:00:00 2001 From: Severin Dicks <37635888+Intron7@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:18:53 +0200 Subject: [PATCH] Update conf.py (#156) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index edb41349..fb660361 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ project = "rapids-singlecell" title = "GPU accelerated single cell analysis" author = info["Author"] -copyright = f"{datetime.now():%Y}, {author}." +copyright = f"{datetime.now():%Y}, {author}" version = info["Version"] repository_url = "https://github.com/scverse/rapids_singlecell"