From 5782d30ca888d1aafb5b4aa2342c260d3ecac083 Mon Sep 17 00:00:00 2001 From: AndreasMittag Date: Fri, 14 Aug 2026 08:47:38 +0200 Subject: [PATCH 1/3] Add cony.py with project metadata adapting to module.template Signed-off-by: AndreasMittag --- docs/cony.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/cony.py diff --git a/docs/cony.py b/docs/cony.py new file mode 100644 index 0000000000..24856f9ac2 --- /dev/null +++ b/docs/cony.py @@ -0,0 +1,17 @@ +# ******************************************************************************* +# Copyright (c) 2026 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +project = "S-CORE Lifecycle" +project_url = "https://eclipse-score.github.io/lifecycle/" + +extensions = ["score_sphinx_bundle"] From 996e9773c024dce9cb341cc71dd1006d7a091cc9 Mon Sep 17 00:00:00 2001 From: AndreasMittag Date: Fri, 14 Aug 2026 08:52:21 +0200 Subject: [PATCH 2/3] Add version and required_in_id to cony.py Signed-off-by: AndreasMittag --- docs/cony.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/cony.py b/docs/cony.py index 24856f9ac2..e462b0edbd 100644 --- a/docs/cony.py +++ b/docs/cony.py @@ -13,5 +13,8 @@ project = "S-CORE Lifecycle" project_url = "https://eclipse-score.github.io/lifecycle/" +version = "0.1" extensions = ["score_sphinx_bundle"] + +required_in_id = ["lifecycle"] From 6619018ac73e8ce4342cb720875e999b667b2d64 Mon Sep 17 00:00:00 2001 From: AndreasMittag Date: Fri, 14 Aug 2026 11:12:19 +0200 Subject: [PATCH 3/3] Rename cony.py to conf.py Signed-off-by: AndreasMittag --- docs/{cony.py => conf.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{cony.py => conf.py} (100%) diff --git a/docs/cony.py b/docs/conf.py similarity index 100% rename from docs/cony.py rename to docs/conf.py