Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c5173b0

Browse filesBrowse files
committed
docs: Configure mkdocstrings
1 parent 3303ebe commit c5173b0
Copy full SHA for c5173b0

File tree

Expand file treeCollapse file tree

1 file changed

+12
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-1
lines changed

‎mkdocs.yml

Copy file name to clipboardExpand all lines: mkdocs.yml
+12-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.