We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8ddcd commit a6cf1d9Copy full SHA for a6cf1d9
1 file changed
src/extensions/score_sync_toml/__init__.py
@@ -34,7 +34,9 @@ def setup(app: Sphinx) -> dict[str, str | bool]:
34
app.config.needscfg_exclude_defaults = True
35
"""Exclude default values from the generated configuration."""
36
37
- app.config.needscfg_warn_on_diff = True
+ # This is disabled for right now as it causes a lot of issues
38
+ # While we are not using the generated file anywhere
39
+ app.config.needscfg_warn_on_diff = False
40
"""Running Sphinx with -W will fail the CI for uncommitted TOML changes."""
41
42
app.config.needscfg_merge_toml_files = [
0 commit comments