From 3952683148d31dc4c883bc502148e8a6f94bc55b Mon Sep 17 00:00:00 2001 From: Faithful Odigbo <99727068+dev3Nigerian@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:14:03 +0000 Subject: [PATCH] docs: source sphinx release from package version --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index cfa04b2..c0732ec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,9 +1,11 @@ """Sphinx configuration for pytempo.""" +from pytempo import __version__ + project = "pytempo" copyright = "2025, Tempo" author = "Tempo" -release = "0.3.0" +release = __version__ extensions = [ "sphinx.ext.autodoc",