Skip to content

Commit 323b88e

Browse files
Formatting
1 parent a98d533 commit 323b88e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

process/BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ load("@score_docs_as_code//:docs.bzl", "docs")
2121
# - `process:docs` for building documentation at build-time
2222

2323
docs(
24-
conf_dir="process", # Where 'conf.py' is
25-
docs_targets=[
24+
conf_dir = "process", # Where 'conf.py' is
25+
docs_targets = [
2626
{
2727
"suffix": "latest", # latest main branch documentation build
2828
},
2929
],
30-
source_dir="process", # Where the RST files are located
31-
source_files_to_scan_for_needs_links=[
30+
source_dir = "process", # Where the RST files are located
31+
source_files_to_scan_for_needs_links = [
3232
# Note: you can add filegroups, globs, or entire targets here.
3333
],
3434
)

0 commit comments

Comments
 (0)