Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

needs_layout update does not lead to clean build #1270

Open
ubmarco opened this issue Sep 3, 2024 · 0 comments
Open

needs_layout update does not lead to clean build #1270

ubmarco opened this issue Sep 3, 2024 · 0 comments
Labels

Comments

@ubmarco
Copy link
Member

ubmarco commented Sep 3, 2024

I observed that a change in needs_layouts does not lead to a clean build. That's unexpected as relevant output pages do not get updated.

This is how it's defined:

    layouts: dict[str, dict[str, Any]] = field(
        default_factory=dict, metadata={"rebuild": "html", "types": ()}
    )

I think the rebuild key should be set to env. Other configuration parameters should also be cross-checked for an impact on the incremental build.

@ubmarco ubmarco added the bug label Sep 3, 2024
@ubmarco ubmarco changed the title needs_layout changes to not lead to clean build needs_layout update does not lead to clean build Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant