8000 docs: Fix module import bug · rgerganov/llama-cpp-python@6aab77d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6aab77d

Browse files
committed
docs: Fix module import bug
1 parent c647f01 commit 6aab77d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,16 @@ plugins:
2626
python:
2727
options:
2828
members_order: source
29+
group_by_category: false
2930
signature_crossrefs: true
3031
show_signature: true
3132
docstring_section_style: list
3233
show_root_heading: true
3334
heading_level: 3
35+
preload_modules:
36+
- typing
37+
- typing_extensions
38+
- ctypes
3439
import:
3540
- https://docs.python.org/3/objects.inv
3641
- https://numpy.org/doc/stable/objects.inv

0 commit comments

Comments
 (0)
0