diff --git a/docs/images/drop_down_icon.svg b/docs/_static/drop_down_icon.svg similarity index 100% rename from docs/images/drop_down_icon.svg rename to docs/_static/drop_down_icon.svg diff --git a/docs/_static/style.css b/docs/_static/style.css index f65806603..9f211a447 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -319,7 +319,7 @@ header > nav > a:hover { border-bottom: 1px solid var(--search-border); appearance: none; - background-image: url('/_images/drop_down_icon.svg'); + background-image: url('drop_down_icon.svg'); background-repeat: no-repeat; background-position-x: 100%; background-position-y: 50%;