Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 894ef33

Browse files
tacaswelltimhoffm
authored andcommitted
MNT: put svg in sub-folder
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 67a85b0 commit 894ef33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cache_zenodo_svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _get_xdg_cache_dir():
9494
"v1.4.0": "11451",
9595
}
9696
doc_dir = Path(__file__).parent.parent.absolute() / "doc"
97-
target_dir = doc_dir / "_static"
97+
target_dir = doc_dir / "_static/zenodo_cache"
9898
citing = doc_dir / "citing.rst"
9999

100100
header = []

0 commit comments

Comments
 (0)