From b1bd55d7590b9dbe90a112010cc273e4362d56fd Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 27 Mar 2025 15:59:55 +0100 Subject: [PATCH] chore: update sphinx conf for authors and copyright Refs: OPS-92 --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f7adaa5..f385dc8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,9 +13,9 @@ import sys sys.path.insert(0, os.path.abspath("../../senju")) project = 'senju' -copyright = '2025, senju hashirama' -author = 'senju hashirama' -release = 'before the light' +copyright = '2025, senju project' +author = 'senju project' +# release = '' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration