We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c04a0f commit a09224fCopy full SHA for a09224f
docs/source/_static/pop-plankton.js
@@ -27,6 +27,9 @@ img.src = "_images/plankton-only.svg";//"../_images/plankton-only.svg";
27
if (document.location.pathname.split('/')[8]=='rst'){
28
img.src = "../_images/plankton-only.svg";
29
}
30
+else{
31
+ img.src = "./_images/plankton-only.svg";
32
+}
33
34
img.id = "pop-plankton";
35
img.onmouseenter = escape_mouse;
0 commit comments