From 5da76b4dd2099c79688390d1825dd33866b26765 Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Wed, 13 Sep 2023 17:06:38 -0500 Subject: [PATCH] SVGs are not in a subfolder This lead to the logos being missing from the wheels/install --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8db7985..55a2847 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ mpl_sphinx_theme = [ "theme.conf", "*.html", "static/css/*.css", - "static/images/*.svg", + "static/*.svg", "static/images/*.ico", "static/js/*.js", "static/font/*.*",