We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607366d commit a50b2b5Copy full SHA for a50b2b5
1 file changed
docs.bzl
@@ -176,6 +176,7 @@ def _docs(name = "docs", format = "html", external_needs_deps = list(), external
176
"**/*.yaml",
177
"**/*.json",
178
"**/*.csv",
179
+ "**/*.inc",
180
], exclude = ["**/tests/*"]),
181
config = ":conf.py",
182
extra_opts = [
0 commit comments