From 15db12538d3dc4f9f934b461829134e1ca0f25ee Mon Sep 17 00:00:00 2001 From: Maximilian Pollak Date: Thu, 5 Jun 2025 14:21:57 +0200 Subject: [PATCH 1/3] Test --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 0ba38ba39b..06353e942b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,3 +68,5 @@ "options": ["source_code_link"], }, } + +needs_builder_filter = "" From 239c2ca69ee44d20ed2224746fdab2aaca617e58 Mon Sep 17 00:00:00 2001 From: Maximilian Pollak Date: Thu, 5 Jun 2025 14:41:45 +0200 Subject: [PATCH 2/3] Adding comment with explanation --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 06353e942b..43b53ab640 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,5 +68,5 @@ "options": ["source_code_link"], }, } - +# This ensures all needs that are imported show up in the build 'needs.json' needs_builder_filter = "" From bde1bae7b81b36d4d2385db4afe267c2a913e40f Mon Sep 17 00:00:00 2001 From: Maximilian Pollak Date: Thu, 5 Jun 2025 15:00:00 +0200 Subject: [PATCH 3/3] Increase version according to new release Increasing docs-as-code version Increasing own module version --- MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 41ad565594..bf6d0c3344 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -13,7 +13,7 @@ module( name = "score_platform", - version = "0.1.1", + version = "0.2.0", compatibility_level = 0, ) @@ -90,5 +90,5 @@ bazel_dep(name = "score_cr_checker", version = "0.2.2") bazel_dep(name = "score_starpls_lsp", version = "0.1.0") # Checker rule for CopyRight checks/fixs -bazel_dep(name = "score_docs_as_code", version = "0.3.2") +bazel_dep(name = "score_docs_as_code", version = "0.3.3") bazel_dep(name = "score_process", version = "0.2.0")