Skip to content

Commit a2effd6

Browse files
committed
Disable mkdocstrings show_symbol_type_toc option to work around searching issue in #1432
1 parent 91f9a12 commit a2effd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ plugins:
104104
show_signature_annotations: true
105105
show_source: false
106106
show_symbol_type_heading: true
107-
show_symbol_type_toc: true
107+
show_symbol_type_toc: false
108108
signature_crossrefs: false
109109
summary: true
110110
source:

0 commit comments

Comments
 (0)