Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
Bug report
In our docs, we haveusers/whats_new.rst
that does.. include:: prev_whats_new/whats_new_3.3.0.rst
.
For anyplot
directives, 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 inwhats_new_3.3.0.rst
. Only the first image is updated, and nothing is copied to the second or third locations.
Matplotlib version
- Operating system: Fedora 31
- Matplotlib version: master (actually, head ofRefresh what's new page for 3.3.0 #17858)
- Matplotlib backend (
print(matplotlib.get_backend())
): TkAgg - Python version: 3.7.6
- Other libraries: Sphinx 3.1.2