Skip to content

Commit bcaf2cb

Browse files
Enable linking to SCORE (#10)
1 parent 893709a commit bcaf2cb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ bazel_dep(name = "score_python_basics", version = "0.3.0")
5151

5252
# Checker rule for CopyRight checks/fixes
5353
bazel_dep(name = "score_cr_checker", version = "0.2.2")
54-
bazel_dep(name = "score_docs_as_code", version = "0.2.1")
54+
bazel_dep(name = "score_docs_as_code", version = "0.2.2")
5555
bazel_dep(name = "score_format_checker", version = "0.1.1")

process/BUILD

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@ docs(
2424
conf_dir = "process", # Where 'conf.py' is
2525
docs_targets = [
2626
{
27-
"suffix": "", # local build without any dependencies on external needs
27+
"suffix": "", # latest main branch documentation build
28+
"external_needs_info": [
29+
{
30+
"base_url": "https://eclipse-score.github.io/score/main",
31+
"json_url": "https://eclipse-score.github.io/score/main/needs.json",
32+
"version": "0.1",
33+
"id_prefix": "score_",
34+
},
35+
],
2836
},
2937
],
3038
source_dir = "process", # Where the RST files are located

0 commit comments

Comments
 (0)