Skip to content

Commit cbcd8aa

Browse files
committed
logging docs patch
1 parent 4094193 commit cbcd8aa

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

bazel_common/score_modules_target_sw.MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ single_version_override(
6666
patches = [
6767
"//patches/logging:002-needs-json-deps-not-dev-dependency.patch",
6868
"//patches/logging:003-docs-as-code-not-dev-dependency.patch",
69+
"//patches/logging:004-add-valid-from-to-docgen-example-req.patch",
6970
],
7071
version = "0.2.2",
7172
)

known_good.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
"version": "0.2.2",
9999
"bazel_patches": [
100100
"//patches/logging:002-needs-json-deps-not-dev-dependency.patch",
101-
"//patches/logging:003-docs-as-code-not-dev-dependency.patch"
101+
"//patches/logging:003-docs-as-code-not-dev-dependency.patch",
102+
"//patches/logging:004-add-valid-from-to-docgen-example-req.patch"
102103
],
103104
"metadata": {
104105
"code_root_path": "//score/mw/log/...",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/docs/index.rst b/docs/index.rst
2+
--- a/docs/index.rst
3+
+++ b/docs/index.rst
4+
@@ -36,6 +36,7 @@ Requirements
5+
:safety: QM
6+
:security: YES
7+
:reqtype: Functional
8+
:rationale: Ensure documentation builds are possible for all modules
9+
+ :valid_from: v0.1.0
10+
11+
12+
Project Layout

0 commit comments

Comments
 (0)