llama.cpp/mkdocs.yml
2023-03-31 00:01:53 -04:00

21 lines
372 B
YAML

site_name: llama-cpp-python
repo_url: https://github.com/abetlen/llama-cpp-python
theme:
name: "material"
plugins:
- mkdocstrings
- search
watch:
- llama_cpp
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences