Skip to content

Commit 45ec6c0

Browse files
committed
Resolve merge up comments
1 parent ac2a20b commit 45ec6c0

File tree

4 files changed

+39
-12
lines changed

4 files changed

+39
-12
lines changed

doc/_static/mpl.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -220,15 +220,3 @@ div.wide-table table th.stub {
220220
.sidebar-cheatsheets > img {
221221
width: 100%;
222222
}
223-
224-
.sidebar-cheatsheets {
225-
margin-bottom: 3em;
226-
}
227-
228-
.sidebar-cheatsheets > h3 {
229-
margin-top: 0;
230-
}
231-
232-
.sidebar-cheatsheets > img {
233-
width: 100%;
234-
}
Lines changed: 35 additions & 0 deletions
Loading

doc/project/citing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ By version
3232
.. START OF AUTOGENERATED
3333
3434
35+
v3.10.5
36+
.. image:: ../_static/zenodo_cache/16644850.svg
37+
:target: https://doi.org/10.5281/zenodo.16644850
3538
v3.10.3
3639
.. image:: ../_static/zenodo_cache/15375714.svg
3740
:target: https://doi.org/10.5281/zenodo.15375714

tools/cache_zenodo_svg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def _get_xdg_cache_dir():
6363

6464
if __name__ == "__main__":
6565
data = {
66+
"v3.10.5": "16644850",
6667
"v3.10.3": "15375714",
6768
"v3.10.1": "14940554",
6869
"v3.10.0": "14464227",

0 commit comments

Comments
 (0)