We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3303ebe commit c5173b0Copy full SHA for c5173b0
mkdocs.yml
@@ -20,8 +20,19 @@ theme:
20
name: Switch to light mode
21
22
plugins:
23
- - mkdocstrings
24
- search
+ - 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
36
37
watch:
38
- llama_cpp
0 commit comments