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 bed4556 commit c487060Copy full SHA for c487060
sphinxdocs/private/sphinx.bzl
@@ -254,7 +254,7 @@ _sphinx_docs = rule(
254
doc = "Additional tools that are used by Sphinx and its plugins.",
255
),
256
"use_persistent_workers": attr.bool(
257
- doc = "TODO",
+ doc = "(experimental) Whether to invoke Sphinx as a persistent worker.",
258
default = False,
259
260
"_extra_defines_flag": attr.label(default = "//sphinxdocs:extra_defines"),
0 commit comments