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 2a41412 commit 85fe715Copy full SHA for 85fe715
docs/_static/copy.svg
docs/conf.py
@@ -214,7 +214,7 @@
214
215
# -- sphinx-notfound-page configuration ----------------------------------
216
217
-notfound_urls_prefix = None
+notfound_urls_prefix = ""
218
notfound_template = "404.html"
219
220
docs/contributing/myst-reference.md
@@ -120,7 +120,7 @@ Note that the HTML attribute `class` must be set to `inline` to render the image
120
121
The above syntax renders as shown below.
122
123
-> You can copy <img alt="Copy icon" src="../../_images/copy.svg" class="inline"> blocks.
+> You can copy <img alt="Copy icon" src="/_static/copy.svg" class="inline"> blocks.
124
125
Images and figures should always include `alt` text.
126
0 commit comments