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
context When I run sphinx, it always invalidates the config.
I assume that’s because of a bug that (I introdoced and that) would be fixed in #599
expectation I expected Sphinx’ cache to work
bug But instead Sphinx never realizes that nb_render_image_options is unchanges
nb_render_image_options
updating environment: [config changed ('nb_render_image_options')] 359 added, 0 changed, 0 removed
[config changed ('nb_render_image_options')]
problem This is a problem because local builds should be fast
Build documentation with width/height metadata for an image and myst-nb
width
height
myst-nb
myst-nb==1.1.0
The text was updated successfully, but these errors were encountered:
Fixed by #609
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
context
When I run sphinx, it always invalidates the config.
I assume that’s because of a bug that (I introdoced and that) would be fixed in #599
expectation
I expected Sphinx’ cache to work
bug
But instead Sphinx never realizes that
nb_render_image_options
is unchangesproblem
This is a problem because local builds should be fast
Reproduce the bug
Build documentation with
width
/height
metadata for an image andmyst-nb
List your environment
myst-nb==1.1.0
The text was updated successfully, but these errors were encountered: