File tree Expand file tree Collapse file tree 4 files changed +41
-3
lines changed Expand file tree Collapse file tree 4 files changed +41
-3
lines changed Original file line number Diff line number Diff line change @@ -187,9 +187,8 @@ also happen if you change branches) you will have to re-run
187
187
188
188
If the installation is not working, please consult the :ref: `troubleshooting guide <troubleshooting-faq >`.
189
189
If the guide does not offer a solution, please reach out via `chat <https://gitter.im/matplotlib/matplotlib >`_
190
- or :ref: `open an issue <submitting-a-bug-report >`. For a list of the environment
191
- variables you can set before install, see :ref: `environment-variables `.
192
-
190
+ or :ref: `open an issue <submitting-a-bug-report >`. For a list of environment variables
191
+ you can set before install, see :ref: `environment-variables `.
193
192
194
193
Verify the Installation
195
194
=======================
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ By version
29
29
.. START OF AUTOGENERATED
30
30
31
31
32
+ v3.8.2
33
+ .. image :: ../../_static/zenodo_cache/10150955.svg
34
+ :target: https://doi.org/10.5281/zenodo.10150955
32
35
v3.8.1
33
36
.. image :: ../../_static/zenodo_cache/10059757.svg
34
37
:target: https://doi.org/10.5281/zenodo.10059757
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ def _get_xdg_cache_dir():
63
63
64
64
if __name__ == "__main__" :
65
65
data = {
66
+ "v3.8.2" : "10150955" ,
66
67
"v3.8.1" : "10059757" ,
67
68
"v3.8.0" : "8347255" ,
68
69
"v3.7.3" : "8336761" ,
You can’t perform that action at this time.
0 commit comments