Skip to content

Commit 9a3af39

Browse files
committed
bazel: bump docs-as-code
1 parent 8038ca2 commit 9a3af39

6 files changed

Lines changed: 23 additions & 3 deletions

File tree

.github/workflows/test_and_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
--repo_contents_cache="/home/runner/.cache/bazel/repo_contents" \
113113
--repository_cache="/home/runner/.cache/bazel/repo" \
114114
--disk_cache="/home/runner/.cache/bazel/disk" \
115-
//:docs_combo_experimental -- \
115+
//:docs_combo -- \
116116
--github_user=${{ github.repository_owner }} \
117117
--github_repo=${{ github.event.repository.name }}
118118

BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ docs(
3232
"@score_process//:needs_json",
3333
"@score_docs_as_code//:needs_json",
3434
],
35+
known_good = "known_good.json",
3536
source_dir = "docs",
3637
)
3738

bazel_common/score_modules_tooling.MODULE.bazel

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ git_override(
5959
bazel_dep(name = "score_docs_as_code")
6060
git_override(
6161
module_name = "score_docs_as_code",
62-
commit = "c1207676afe6cafd25c35d420e73279a799515d8",
62+
commit = "b9aedef6c02f6ded6380e53b3ddc525d1427ff69",
63+
patch_strip = 1,
64+
patches = [
65+
"//patches/docs-as-code:remove-nonexisting-document.patch",
66+
],
6367
remote = "https://github.com/eclipse-score/docs-as-code.git",
6468
)
6569

known_good.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@
138138
},
139139
"score_docs_as_code": {
140140
"repo": "https://github.com/eclipse-score/docs-as-code.git",
141-
"hash": "c1207676afe6cafd25c35d420e73279a799515d8"
141+
"hash": "b9aedef6c02f6ded6380e53b3ddc525d1427ff69",
142+
"bazel_patches": [
143+
"//patches/docs-as-code:remove-nonexisting-document.patch"
144+
]
142145
},
143146
"score_process": {
144147
"repo": "https://github.com/eclipse-score/process_description.git",

patches/docs-as-code/BUILD

Whitespace-only changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/docs/internals/index.rst b/docs/internals/index.rst
2+
index 2d3e7975..05e785e5 100644
3+
--- a/docs/internals/index.rst
4+
+++ b/docs/internals/index.rst
5+
@@ -8,7 +8,6 @@ This section is not relevant for users of docs-as-code but for developers extend
6+
.. toctree::
7+
:maxdepth: 1
8+
9+
- extensions/index
10+
benchmark_results
11+
decisions/index
12+
requirements/index

0 commit comments

Comments
 (0)