8000 docs: Configure mkdocstrings · jerryrelmore/llama-cpp-python@c5173b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5173b0

Browse files
committed
docs: Configure mkdocstrings
1 parent 3303ebe commit c5173b0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

mkdocs.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,19 @@ theme:
2020
name: Switch to light mode
2121

2222
plugins:
23-
- mkdocstrings
2423
- search
24+
- mkdocstrings:
25+
handlers:
26+
python:
27+
options:
28+
members_order: source
29+
signature_crossrefs: true
30+
show_signature: true
31+
docstring_section_style: list
32+
show_root_heading: true
33+
import:
34+
- https://docs.python.org/3/objects.inv
35+
- https://numpy.org/doc/stable/objects.inv
2536

2637
watch:
2738
- llama_cpp

0 commit comments

Comments
 (0)
0