From 59ca8e637952a9ded1f3501a57cebfd81be8aea1 Mon Sep 17 00:00:00 2001 From: Dan Cardin Date: Tue, 10 Mar 2026 09:09:22 -0400 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 879d711..c39979d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -2,7 +2,7 @@ config = SphinxConfig("../../pyproject.toml") -project = "SQLAlechemy Declarative Extensions" +project = "SQLAlchemy Declarative Extensions" copyright = "2022, Dan Cardin" author = config.author release = config.version