We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
needs_layouts
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.
rebuild
env
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
I think the
rebuild
key should be set toenv
. Other configuration parameters should also be cross-checked for an impact on the incremental build.The text was updated successfully, but these errors were encountered: