You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Inject build_tags to variant filter strings (#1531)
Instead of passing Sphinx tags directly into the context variable scope
for filter strings, a new variable `build_tags` is injected which is a
`set[str]`.
This avoids namespace clutter and also `NameError`s when checking for
tags.
For now, this is only available for variants. Need to discuss whether to
apply this to all filter strings.
f"{Path(str(app.srcdir)) /'index.rst'}:29: WARNING: Error while resolving dynamic values for field 'status', of need 'SPEC_004': name 'tag_c' is not defined [needs.dynamic_function]"
0 commit comments