Experiment with the mkdocs offline plugin

In doing so, don't emphasise online docs over offline, but instead make this
about an online/offline split and both are as important as each other.
This commit is contained in:
Dave Pearson
2023-02-07 10:06:05 +00:00
parent aece00e1dc
commit a8aaa7ad82
5 changed files with 18 additions and 17 deletions

View File

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