llama.cpp/mkdocs.yml

21 lines
372 B
YAML
Raw Normal View History

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