We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3713652 commit 0eed8aeCopy full SHA for 0eed8ae
1 file changed
src/extensions/score_metamodel/__init__.py
@@ -290,6 +290,13 @@ def setup(app: Sphinx) -> dict[str, str | bool]:
290
app.config.graph_checks = metamodel["needs_graph_check"]
291
app.config.stop_words = metamodel["stop_words"]
292
app.config.weak_words = metamodel["weak_words"]
293
+
294
+ # Ensure that 'needs.json' is always build.
295
+ app.config.needs_build_json = True
296
+ app.config.needs_reproducible_json = True
297
+ app.config.needs_json_remove_defaults = True
298
299
300
app.connect("config-inited", parse_external_needs_sources)
301
302
discover_checks()
0 commit comments