Skip to content

Commit 5c691bb

Browse files
authored
fix: Propagate common kwargs to sphinx_run (#2442)
This ensures tags like `manual` (and other attributes) are copied into the `{name}.run` target and properly respected. Fixes #2441
1 parent 438b12e commit 5c691bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sphinxdocs/private/sphinx.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def sphinx_docs(
190190
sphinx_run(
191191
name = name + ".run",
192192
docs = name,
193+
**common_kwargs
193194
)
194195

195196
build_test(

0 commit comments

Comments
 (0)