From cee283212c5a9f5311e6ce4fc3801934003ad498 Mon Sep 17 00:00:00 2001 From: Piotr Korkus Date: Tue, 24 Feb 2026 15:43:43 +0100 Subject: [PATCH] docs: fix label name labels' names need to be unique in SCORE to allow combo build in ref_int --- docs/conf.py | 6 +++--- docs/statistics.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4bd7a047..b28d8034 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = "Module Template Project" -project_url = "https://eclipse-score.github.io/module_template/" -project_prefix = "MODULE_TEMPLATE_" +project = "Lifecycle and Health Management" +project_url = "https://eclipse-score.github.io/lifecycle/" +project_prefix = "LIFE_" author = "S-CORE" version = "0.1" diff --git a/docs/statistics.rst b/docs/statistics.rst index e02c0358..1c9c0380 100644 --- a/docs/statistics.rst +++ b/docs/statistics.rst @@ -1,4 +1,4 @@ -.. _statistics: +.. _life_statistics: Component Requirements Statistics =================================