Skip to content

Commit

Permalink
Disable mkdocstrings show_symbol_type_toc option to work around searc…
Browse files Browse the repository at this point in the history
…hing issue in #1432
  • Loading branch information
waylan committed Jan 22, 2024
1 parent 91f9a12 commit a2effd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ plugins:
show_signature_annotations: true
show_source: false
show_symbol_type_heading: true
show_symbol_type_toc: true
show_symbol_type_toc: false
signature_crossrefs: false
summary: true
source:
Expand Down

0 comments on commit a2effd6

Please sign in to comment.