Skip to content

Commit efaff03

Browse files
fixed formatting
1 parent 4abe2ff commit efaff03

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

BUILD

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,3 @@ dash_license_checker(
5050

5151
# Add target for formatting checks
5252
use_format_targets()
53-
54-
55-
#target for documnetation build
56-
57-
load("@score_docs_as_code//docs.bzl", "docs")

docs/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ load("@score_docs_as_code//:docs.bzl", "docs")
77
# - `docs:docs` for building documentation at build-time
88

99
docs(
10-
# conf_dir = "docs",
10+
# conf_dir = "docs",
1111
docs_targets = [
1212
{
1313
"suffix": "", # local without external needs
1414
},
1515
],
16-
# source_dir = "docs",
16+
# source_dir = "docs",
1717
source_files_to_scan_for_needs_links = [],
1818
)

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This documentation describes the structure, usage and configuration of the Bazel
2424
Overview
2525
--------
2626

27-
This repository provides a standardized setup for projects using **C++** or **Rust** and **Bazel** as a buidl system.
27+
This repository provides a standardized setup for projects using **C++** or **Rust** and **Bazel** as a build system.
2828
It integrates best practices for build, test, CI/CD and documentation.
2929

3030
Requirements

0 commit comments

Comments
 (0)