Skip to content

Commit

Permalink
Docs fix for readthedocs static images (#565)
Browse files Browse the repository at this point in the history
* Fix static image uris

* further static fix for readthedocs
  • Loading branch information
ukclivecox authored Nov 4, 2022
1 parent f40355b commit 1489cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/_templates/custom/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

body {
height: 100%;
background: url(/_static/images/header-gradient-core-v2.png);
background: url(_static/images/header-gradient-core-v2.png);
background-size: cover;
}
.mdx-container {
Expand Down Expand Up @@ -88,7 +88,7 @@
<div class="mdx-hero">
<div class="mdx-hero__image">
<img
src="/_static/images/illustration-core-v2.png"
src="_static/images/illustration-core-v2.png"
draggable="false"
/>
</div>
Expand Down

0 comments on commit 1489cd9

Please sign in to comment.