Skip to content

Commit e33bd2f

Browse files
committed
refactor: remove unused needscfg_exclude_vars configuration
1 parent d054d81 commit e33bd2f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/extensions/score_sync_toml/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ def setup(app: Sphinx) -> dict[str, str | bool]:
5959
]
6060
# TODO remove the suppress_warnings once fixed
6161

62-
app.config.needscfg_exclude_vars = [
63-
"needs_from_toml",
64-
"needs_from_toml_table",
65-
# "needs_schema_definitions_from_json",
66-
]
67-
6862
return {
6963
"version": "0.1",
7064
"parallel_read_safe": True,

0 commit comments

Comments
 (0)