You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dr-doc-search/mkdocs.yml

35 lines
719 B
YAML

site_name: Doc Search - Converse with a book (PDF)
repo_url: https://github.com/namuan/dr-doc-search
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- Introduction: 'index.md'
- changelog.md
markdown_extensions:
- pymdownx.snippets:
check_paths: true
plugins:
- search:
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_signature_annotations: true
show_source: true
watch:
- src/doc_search