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 283e565 commit 1e7fa2aCopy full SHA for 1e7fa2a
sphinxdocs/docs/index.md
@@ -27,7 +27,7 @@ Bazel:
27
visible to subsequent invocations. This can be done multiple ways:
28
* Set `tags = ["no-sandbox"]` on the `sphinx_docs` target
29
* `--modify_execution_info=SphinxBuildDocs=+no-sandbox` (Bazel flag)
30
- * `--strategy=SphinxBuildDocs=local` (Bazel flag)
+ * `--strategy=SphinxBuildDocs=local` (Bazel flag)
31
* Use persistent workers (enabled by default) by setting
32
`allow_persistent_workers=True` on the `sphinx_docs` target. Note that other
33
Bazel flags can disable using workers even if an action supports it. Setting
0 commit comments