From e95fa9a4d09b59bae439e99c71d0fda275bddaa5 Mon Sep 17 00:00:00 2001 From: James B Date: Fri, 27 Sep 2024 10:55:04 +0100 Subject: [PATCH 1/2] 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..207a094 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. From f55f0d2831c61a661ee47036b119c1643f6631cd Mon Sep 17 00:00:00 2001 From: James B Date: Fri, 27 Sep 2024 11:17:49 +0100 Subject: [PATCH 2/2] docs: Update copyright --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 207a094..bac1707 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ # General information about the project. project = "Flatten Tool" -copyright = "2016-2020, Open Data Services" +copyright = "2016-2024, Open Data Services" author = "Open Data Services" # The version info for the project you're documenting, acts as replacement for