llama.cpp/mkdocs.yml

25 lines
476 B
YAML
Raw Normal View History

2023-03-24 18:57:59 -04:00
site_name: llama-cpp-python
2023-03-24 18:59:02 -04:00
repo_url: https://github.com/abetlen/llama-cpp-python
2023-03-24 18:57:59 -04:00
theme:
name: "material"
plugins:
- mkdocstrings
2023-03-31 00:01:53 -04:00
- search
2023-03-24 18:57:59 -04:00
watch:
2023-03-24 19:02:36 -04:00
- llama_cpp
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.magiclink:
repo_url_shorthand: true
user: abetlen
repo: llama-cpp-python
2023-03-24 19:02:36 -04:00
- pymdownx.snippets
- pymdownx.superfences