8000 Update relative path to ../_static · matplotlib/matplotlib@45b6cfa · GitHub
[go: up one dir, main page]

Skip to content

Commit 45b6cfa

Browse files
Update relative path to ../_static
1 parent d7ba93f commit 45b6cfa

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)
0