File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 258
258
html_static_path = ["_static" ]
259
259
html_css_files = ["custom.css" ]
260
260
html_js_files = [
261
- ("custom-icon .js" , {"defer" : "defer" }),
261
+ ("custom-icons .js" , {"defer" : "defer" }),
262
262
]
263
263
todo_include_todos = True
264
264
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ SVG image icons
205
205
In order to make use of the full feature set of ``.svg `` images provided by HTML you will need
206
206
to set up the ``.svg `` to be used as a FontAwesome type icon. This is a fairly straightforward process:
207
207
208
- #. Copy `custom-icon .js <https://github.com/pydata/pydata-sphinx-theme/blob/main/docs/_static/custom-icon .js >`_
208
+ #. Copy `custom-icons .js <https://github.com/pydata/pydata-sphinx-theme/blob/main/docs/_static/custom-icons .js >`_
209
209
into an appropriate directory of your documentation source (typically ``source/js ``). In that file you will
210
210
find a list of custom icon definitions. Each definition looks like this:
211
211
@@ -237,7 +237,7 @@ to set up the ``.svg`` to be used as a FontAwesome type icon. This is a fairly s
237
237
238
238
html_js_files = [
239
239
...
240
- (" js/pypi-icon .js" , {" defer" : " defer" }),
240
+ (" js/custom-icons .js" , {" defer" : " defer" }),
241
241
...
242
242
]
243
243
You can’t perform that action at this time.
0 commit comments