mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
19 lines
255 B
YAML
19 lines
255 B
YAML
site_name: Textual
|
|
site_url: https://example.com/
|
|
|
|
|
|
theme:
|
|
name: "material"
|
|
|
|
plugins:
|
|
- search
|
|
- mkdocstrings:
|
|
default_handler: python
|
|
handlers:
|
|
python:
|
|
rendering:
|
|
show_source: false
|
|
watch:
|
|
- src/textual
|
|
|