Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/how-to/other_modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A minimal example (add or extend the existing `bazel_deps` stanza):

.. code-block:: starlark

bazel_dep(name = "score_process", version = "1.3.0")
bazel_dep(name = "score_process", version = "1.5.3")

2) Extend your `docs` rule so Sphinx picks up the other module's inventory
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ designed to enhance documentation capabilities in S-CORE.
Add the module to your `MODULE.bazel` file:

```starlark
bazel_dep(name = "score_docs_as_code", version = "2.0.3")
bazel_dep(name = "score_docs_as_code", version = "4.0.1")
```

And make sure to also add the S-core Bazel registry to your `.bazelrc` file
Expand Down
Loading