Get search appearing again

Search had gone from everywhere. Turns out that there's a very particular
way you have to specify the plugins in YAML if you want to use INHERIT.
This commit is contained in:
Dave Pearson
2023-02-07 10:52:46 +00:00
parent 496667abed
commit 19bde351a6
2 changed files with 19 additions and 19 deletions

View File

@@ -62,26 +62,26 @@ theme:
name: Switch to light mode
plugins:
- search:
- autorefs:
- mkdocstrings:
custom_templates: docs/_templates
default_handler: python
handlers:
python:
options:
show_root_heading: true
show_root_full_path: false
show_source: false
filters:
- "!^_"
- "^__init__$"
- "!^can_replace$"
search:
autorefs:
mkdocstrings:
custom_templates: docs/_templates
default_handler: python
handlers:
python:
options:
show_root_heading: true
show_root_full_path: false
show_source: false
filters:
- "!^_"
- "^__init__$"
- "!^can_replace$"
watch:
- src/textual
- exclude:
glob:
- "**/_template.md"
exclude:
glob:
- "**/_template.md"
extra_css: