We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98d533 commit 323b88eCopy full SHA for 323b88e
process/BUILD
@@ -21,14 +21,14 @@ load("@score_docs_as_code//:docs.bzl", "docs")
21
# - `process:docs` for building documentation at build-time
22
23
docs(
24
- conf_dir="process", # Where 'conf.py' is
25
- docs_targets=[
+ conf_dir = "process", # Where 'conf.py' is
+ docs_targets = [
26
{
27
"suffix": "latest", # latest main branch documentation build
28
},
29
],
30
- source_dir="process", # Where the RST files are located
31
- source_files_to_scan_for_needs_links=[
+ source_dir = "process", # Where the RST files are located
+ source_files_to_scan_for_needs_links = [
32
# Note: you can add filegroups, globs, or entire targets here.
33
34
)
0 commit comments