Closed flying-sheep closed 3 months ago
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 https://github.com/executablebooks/MyST-NB/pull/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
Fixed by #609
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 https://github.com/executablebooks/MyST-NB/pull/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