mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
39 lines
568 B
YAML
39 lines
568 B
YAML
site_name: Textual
|
|
site_url: https://example.com/
|
|
|
|
|
|
extra_css:
|
|
- stylesheets/custom.css
|
|
|
|
theme:
|
|
name: "material"
|
|
|
|
|
|
|
|
markdown_extensions:
|
|
- pymdownx.highlight
|
|
- pymdownx.superfences
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.superfences
|
|
- pymdownx.snippets
|
|
|
|
plugins:
|
|
- search
|
|
|
|
|
|
|
|
- mkdocstrings:
|
|
default_handler: python
|
|
handlers:
|
|
python:
|
|
rendering:
|
|
show_source: false
|
|
selection:
|
|
filters:
|
|
- "!^_"
|
|
- "^__init__$"
|
|
- "!^can_replace$"
|
|
|
|
watch:
|
|
- src/textual
|