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

Skip to content

Commit 4766f57

Browse files
Update relative path to ../_static
1 parent 385555c commit 4766f57

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
@@ -148,7 +148,7 @@ def _get_xdg_cache_dir():
148148
fout.write(
149149
f"""
150150
{version}
151-
.. image:: ../../doc/_static/zenodo_cache/{doi}.svg
151+
.. image:: ../_static/zenodo_cache/{doi}.svg
152152
:target: https://doi.org/10.5281/zenodo.{doi}"""
153153
)
154154
fout.write("\n\n")

0 commit comments

Comments
 (0)