21 lines
No EOL
372 B
YAML
21 lines
No EOL
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 |