From 42e5fec16341ecacb773d4eef20a492eba4693da Mon Sep 17 00:00:00 2001 From: James B Date: Fri, 27 Sep 2024 10:55:04 +0100 Subject: [PATCH] docs: Remove incorrect version number from conf.py Our new theme displays this prominently in side bar --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a9c715c..bb1b679 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = "0.0.0" +#version = "0.0.0" # The full version, including alpha/beta/rc tags. -release = "0.0.0" +#release = "0.0.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.