llama.cpp/mkdocs.yml
2023-03-24 19:02:36 -04:00

20 lines
361 B
YAML

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