Skip to content

Commit

Permalink
fix: Propagate common kwargs to sphinx_run (#2442)
Browse files Browse the repository at this point in the history
This ensures tags like `manual` (and other attributes) are copied into
the `{name}.run`
target and properly respected.


Fixes #2441
  • Loading branch information
tpudlik authored Nov 25, 2024
1 parent 438b12e commit 5c691bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphinxdocs/private/sphinx.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def sphinx_docs(
sphinx_run(
name = name + ".run",
docs = name,
**common_kwargs
)

build_test(
Expand Down

0 comments on commit 5c691bb

Please sign in to comment.