Files
textual/mkdocs.yml
Will McGugan 412af9d94e docs
2021-07-14 20:08:45 +01:00

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