Skip to content

Commit 5078004

Browse files
committed
chore: remove docgen
stardoc is broken when compiling on my machine, and is generally a PITA to work with. Let's rely on something downstream generating starlark docs
1 parent 362d178 commit 5078004

File tree

5 files changed

+3
-96
lines changed

5 files changed

+3
-96
lines changed

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ module(
88

99
# Lower-bound dependency versions.
1010
# Do not change unless the rules no longer work with the current version.
11-
# Needed for #804 Use statically-linked bsdtar on all platforms
12-
bazel_dep(name = "aspect_bazel_lib", version = "2.6.1")
11+
bazel_dep(name = "aspect_bazel_lib", version = "2.19.3")
1312
bazel_dep(name = "bazel_skylib", version = "1.5.0")
1413
bazel_dep(name = "platforms", version = "0.0.8")
1514
bazel_dep(name = "rules_oci", version = "1.7.4")

aws/BUILD.bazel

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22
load("//aws/private:resolved_toolchain.bzl", "resolved_toolchain")
33

4-
# For stardoc to reference the files
5-
exports_files(["defs.bzl"])
6-
74
# This is the target rule authors should put in their "toolchains"
85
# attribute in order to get a runtime for the correct platform.
96
# See https://docs.bazel.build/versions/main/toolchains.html#writing-rules-that-use-toolchains
@@ -20,25 +17,6 @@ resolved_toolchain(
2017
visibility = ["//visibility:public"],
2118
)
2219

23-
bzl_library(
24-
name = "repositories",
25-
srcs = ["repositories.bzl"],
26-
visibility = ["//visibility:public"],
27-
deps = [
28-
"//aws/private:toolchains_repo",
29-
"//aws/private:versions",
30-
"@bazel_tools//tools/build_defs/repo:http.bzl",
31-
"@bazel_tools//tools/build_defs/repo:utils.bzl",
32-
],
33-
)
34-
35-
bzl_library(
36-
name = "extensions",
37-
srcs = ["extensions.bzl"],
38-
visibility = ["//visibility:public"],
39-
deps = [":repositories"],
40-
)
41-
4220
bzl_library(
4321
name = "defs",
4422
srcs = ["defs.bzl"],

aws/private/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1+
load("@aspect_bazel_lib//:bzl_library.bzl", "bzl_library")
22

33
exports_files(["s3_sync.sh"])
44

docs/BUILD.bazel

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

docs/rules.md

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

0 commit comments

Comments
 (0)