Files
textual/mkdocs.yml
Will McGugan 80e1a140c4 fix mouse mode
2021-07-17 09:08:57 +01:00

41 lines
571 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