Skip to content

Commit 58c703c

Browse files
committed
Update config.py
1 parent 1f10d62 commit 58c703c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_needs/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def __setattr__(self, name: str, value: Any) -> None:
425425
)
426426
"""List of external sources to load needs from."""
427427
import_cache_size: int = field(
428-
default=100, metadata={"rebuild": "html", "types": (int,)}
428+
default=100, metadata={"rebuild": "", "types": (int,)}
429429
)
430430
"""Maximum number of imported needs to cache."""
431431
builder_filter: str = field(

0 commit comments

Comments
 (0)