Skip to content

Commit

Permalink
chore: remove broken docs
Browse files Browse the repository at this point in the history
In theory we could generate them with Bazel 8, however this repo is deprecated and there is almost nothing to generate docs for.
Unblocks releasing the repo, since the release step attempts to run all tests and the docs tests are broken since
c42a088
  • Loading branch information
alexeagle committed Dec 18, 2024
1 parent 44d3d92 commit 7fccefe
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 221 deletions.
14 changes: 0 additions & 14 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
build_targets: &build_targets
- "//..."
- "-//docs/..."
test_targets: &test_targets
- "//..."
- "-//docs/..."

buildifier:
version: latest
Expand Down Expand Up @@ -127,15 +125,3 @@ tasks:
test_flags:
- "--config=bzlmod"
test_targets: *test_targets
# docs:
# name: "Docs"
# bazel: last_green
# platform: ubuntu2004
# build_flags:
# - "--config=bzlmod"
# build_targets:
# - "//docs/..."
# test_flags:
# - "--config=bzlmod"
# test_targets:
# - "//docs/..."
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# In code review, collapse generated files
docs/*.md linguist-generated=true

# Configuration for 'git archive'
# see https://git-scm.com/docs/git-archive/2.40.0#ATTRIBUTES
# Omit folders that users don't need, making the distribution artifact smaller
Expand Down
2 changes: 0 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,5 @@ bazel_dep(name = "rules_cc", version = "0.0.15")
bazel_dep(name = "rules_license", version = "0.0.7")

# Dependencies needed in tests
bazel_dep(name = "stardoc", version = "0.7.1", dev_dependency = True, repo_name = "io_bazel_stardoc")
bazel_dep(name = "rules_shell", version = "0.2.0", dev_dependency = True) # only used in docs
bazel_dep(name = "platforms", version = "0.0.8", dev_dependency = True)
bazel_dep(name = "googletest", version = "1.11.0", dev_dependency = True, repo_name = "com_google_googletest")
12 changes: 0 additions & 12 deletions docs/BUILD

This file was deleted.

74 changes: 0 additions & 74 deletions docs/defs.md

This file was deleted.

111 changes: 0 additions & 111 deletions docs/stardoc_with_diff_test.bzl

This file was deleted.

5 changes: 0 additions & 5 deletions proto/BUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")

exports_files(
glob(["*.bzl"]),
visibility = ["//docs:__pkg__"],
)

bzl_library(
name = "defs",
srcs = [
Expand Down

0 comments on commit 7fccefe

Please sign in to comment.