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
In our docs, we have users/whats_new.rst that does .. include:: prev_whats_new/whats_new_3.3.0.rst.
For any plot directives, this latter file creates files like build/plot_directive/users/prev_whats_new/whats_new_3-3-0-*.*. Somehow this also gets copied to build/plot_directive/users/whats_new-*.*. Then in the final docs (in build/html), this ends up in coming from _images/whats_new-*.*. I don't really understand why that third copy is made, since the other two still exist in build/html, but whatever.
The problem occurs when you update plots in whats_new_3.3.0.rst. Only the first image is updated, and nothing is copied to the second or third locations.
Bug report
In our docs, we have
users/whats_new.rstthat does.. include:: prev_whats_new/whats_new_3.3.0.rst.For any
plotdirectives, this latter file creates files likebuild/plot_directive/users/prev_whats_new/whats_new_3-3-0-*.*. Somehow this also gets copied tobuild/plot_directive/users/whats_new-*.*. Then in the final docs (inbuild/html), this ends up in coming from_images/whats_new-*.*. I don't really understand why that third copy is made, since the other two still exist inbuild/html, but whatever.The problem occurs when you update plots in
whats_new_3.3.0.rst. Only the first image is updated, and nothing is copied to the second or third locations.Matplotlib version
print(matplotlib.get_backend())): TkAgg