Skip to content

Commit 697065a

Browse files
dont use score main releasenotes
1 parent 67a5e5b commit 697065a

4 files changed

Lines changed: 19 additions & 14 deletions

File tree

docs/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
"score_sphinx_bundle",
2626
]
2727

28+
# Exclude external release notes that are now maintained locally in docs/score_releases/
29+
exclude_patterns = [
30+
"_collections/score_platform/docs/score_releases/score_releases/**",
31+
]
32+
33+
# Suppress toc.excluded warnings from external modules referencing excluded docs
34+
suppress_warnings = ["toc.excluded"]
35+
2836
# Enable markdown rendering
2937
source_suffix = {
3038
".rst": "restructuredtext",

docs/index.rst

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,21 @@
1515
Reference Integration Documentation
1616
===================================
1717

18-
Newest Release Notes
19-
--------------------
20-
21-
:doc:`score_releases/release_note_score_v0_7`
22-
2318
Current Integration Status Overview
2419
-----------------------------------
2520

2621
`View dashboard (points always to main for now) <https://eclipse-score.github.io/reference_integration/main/status_dashboard.html>`_
2722

2823
Explore the documentation
2924
-------------------------
25+
26+
.. toctree::
27+
:glob:
28+
:caption: S-CORE Releases
29+
:maxdepth: 2
30+
31+
score_releases/index
32+
3033
.. toctree::
3134
:caption: Software Components
3235
:titlesonly:
@@ -55,9 +58,3 @@ Explore the documentation
5558

5659
verification_report/platform_verification_report
5760

58-
.. toctree::
59-
:glob:
60-
:caption: S-CORE Releases
61-
:maxdepth: 2
62-
63-
score_releases/index

docs/score_releases/release_note_score_v0_5_alpha.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ S-CORE Platform v0.5-alpha release note
1616
=======================================
1717

1818
.. document:: S-Core v0.5-alpha release note
19-
:id: doc__score_v0_5_alpha_release_note
19+
:id: doc__score_v05_alpha_release_note
2020
:status: valid
2121
:safety: ASIL_B
2222
:security: YES

docs/score_releases/release_note_score_v0_5_beta.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ This does include
6666
- Static code analysis with CodeQL MISRA C++ 2023: `release link <https://github.com/eclipse-score/reference_integration/releases/tag/v0.5.0-beta>`.
6767
- Execution of Unit tests as part of the Reference Integration `test_integration workflow <https://github.com/eclipse-score/reference_integration/blob/main/.github/workflows/test_integration.yml>`_.
6868
- Unit-test coverage measurement results are now automatically part of Release Assests for every component: **//TODO:** link to an example.
69-
- A new combined build toolchain of qcc and gcc, see :ref:`bazel-cpp-toolchain <bazel_cpp_toolchain>`.
69+
- A new combined build toolchain of qcc and gcc, see `bazel-cpp-toolchain <https://github.com/eclipse-score/bazel_cpp_toolchains>`_.
7070
- Improved doc-as-code and process description
7171
- `bazel_tools_cc <https://github.com/eclipse-score/bazel-tools-cc>`_ introduces a clang-tidy integration into S-CORE bazel infrasturture:
7272

7373
- Check exhaustive `bazel_tools_cc README <https://github.com/eclipse-score/bazel-tools-cc/blob/main/README.md>`_ and an
7474
`example project <https://github.com/eclipse-score/bazel-tools-cc/tree/main/test>`_ for instructions how to set-up
7575
clang-tidy checks for your module
7676
- In the upcoming releases clang-tidy will be extended with custom S-CORE checks to meet necessary process requirements.
77-
- Platform functionality was extended with :ref:`logging daemon <logging_daemon>`.
77+
- Platform functionality was extended with `logging daemon <https://github.com/eclipse-score/logging>`_.
7878

7979

8080
S-CORE Platform

0 commit comments

Comments
 (0)