Files
textual/mkdocs.yml
2021-07-17 09:18:48 +01:00

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