File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change
1
+ update the multi-index docs
Original file line number Diff line number Diff line change @@ -197,19 +197,18 @@ Multi-index search
197
197
^^^^^^^^^^^^^^^^^^
198
198
199
199
To enable search across multiple documentation sources, use the ``search_extra_sources `` key.
200
- This key should be assigned a list of dictionaries, where each dictionary represents an external index.
201
- Each entry must contain a display name and the URL of the documentation to be included.
200
+ This key should be a dictionary where each key is the name of the source and the value is the URL to that source.
202
201
203
202
**Example: **
204
203
205
204
.. code-block :: python
206
205
207
206
html_theme_options = {
208
- " search_extra_sources" : [
209
- { " name " : " PyMAPDL " , " url " : " https://mapdl.docs.pyansys.com/version/stable/ " },
210
- { " name " : " PyAnsys " , " url " : " https://docs.pyansys.com/version/stable/" } ,
211
- ] ,
212
- }
207
+ " search_extra_sources" :
208
+ {
209
+ " PyMAPDL " : " https://mapdl. docs.pyansys.com/version/stable/" ,
210
+ " PyAnsys " : " https://docs.pyansys.com/version/stable/ " ,
211
+ }
213
212
214
213
Search filters
215
214
^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments