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
197197^^^^^^^^^^^^^^^^^^
198198
199199To 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.
202201
203202**Example: **
204203
205204.. code-block :: python
206205
207206 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+ }
213212
214213Search filters
215214^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments