Skip to content

Commit d7fe605

Browse files
authored
Merge pull request #143 from MaximilianSoerenPollak/MSP_prep_dac_1.0
Upgrade to Docs-As-Code 1.0
2 parents d8e78c6 + 57c9f5f commit d7fe605

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+288
-60
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.0
1+
8.3.0

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
id-token: write
3939

4040
with:
41-
bazel-target: "//process:incremental_latest"
41+
bazel-target: "//:docs -- --github_user=${{ github.repository_owner }} --github_repo=${{ github.event.repository.name }}"
4242
retention-days: 3

BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ load("@score_cr_checker//:cr_checker.bzl", "copyright_checker")
2525
# SPDX-License-Identifier: Apache-2.0
2626
# *******************************************************************************
2727
load("@score_format_checker//:macros.bzl", "use_format_targets")
28+
load("@score_docs_as_code//:docs.bzl", "docs")
2829

2930
package(default_visibility = ["//visibility:public"])
3031

@@ -47,3 +48,7 @@ copyright_checker(
4748
template = "@score_cr_checker//resources:templates",
4849
visibility = ["//visibility:public"],
4950
)
51+
52+
docs (
53+
source_dir="process"
54+
)

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_process",
16-
version = "1.0.4",
16+
version = "1.0.5",
1717
compatibility_level = 1,
1818
)
1919

@@ -53,9 +53,9 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
5353
bazel_dep(name = "aspect_rules_lint", version = "1.4.4")
5454

5555
# Provides, pytest & venv
56-
bazel_dep(name = "score_python_basics", version = "0.3.2")
56+
bazel_dep(name = "score_python_basics", version = "0.3.4")
5757

5858
# Checker rule for CopyRight checks/fixes
5959
bazel_dep(name = "score_cr_checker", version = "0.2.2")
6060
bazel_dep(name = "score_format_checker", version = "0.1.1")
61-
bazel_dep(name = "score_docs_as_code", version = "0.4.4")
61+
bazel_dep(name = "score_docs_as_code", version = "1.0.0-RC1")

README.md

Lines changed: 4 additions & 8 deletions

process/BUILD

Lines changed: 0 additions & 34 deletions
This file was deleted.

process/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
2222

2323
project = "Process Description"
24+
project_url = "https://eclipse-score.github.io/process_description/"
25+
project_prefix = "PROCESS_"
2426
author = "S-CORE"
2527
version = "0.1"
2628

process/standards/aspice_40/aspice.rst

Lines changed: 3 additions & 3 deletions

process/standards/aspice_40/iic/iic-01.rst

Lines changed: 3 additions & 1 deletion

process/standards/aspice_40/iic/iic-02.rst

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)