mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user