File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ A minimal example (add or extend the existing `bazel_deps` stanza):
3535
3636.. code-block :: starlark
3737
38- bazel_dep(name = "score_process", version = "1.3.0 ")
38+ bazel_dep(name = "score_process", version = "1.5.3 ")
3939
4040 2) Extend your `docs ` rule so Sphinx picks up the other module's inventory
4141~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ designed to enhance documentation capabilities in S-CORE.
2323Add the module to your ` MODULE.bazel ` file:
2424
2525``` starlark
26- bazel_dep(name = " score_docs_as_code" , version = " 2 .0.3 " )
26+ bazel_dep(name = " score_docs_as_code" , version = " 4 .0.1 " )
2727```
2828
2929And make sure to also add the S-core Bazel registry to your ` .bazelrc ` file
You can’t perform that action at this time.
0 commit comments