docs: Fix module import bug
This commit is contained in:
parent
c647f01609
commit
6aab77de04
1 changed files with 5 additions and 0 deletions
|
@ -26,11 +26,16 @@ plugins:
|
||||||
python:
|
python:
|
||||||
options:
|
options:
|
||||||
members_order: source
|
members_order: source
|
||||||
|
group_by_category: false
|
||||||
signature_crossrefs: true
|
signature_crossrefs: true
|
||||||
show_signature: true
|
show_signature: true
|
||||||
docstring_section_style: list
|
docstring_section_style: list
|
||||||
show_root_heading: true
|
show_root_heading: true
|
||||||
heading_level: 3
|
heading_level: 3
|
||||||
|
preload_modules:
|
||||||
|
- typing
|
||||||
|
- typing_extensions
|
||||||
|
- ctypes
|
||||||
import:
|
import:
|
||||||
- https://docs.python.org/3/objects.inv
|
- https://docs.python.org/3/objects.inv
|
||||||
- https://numpy.org/doc/stable/objects.inv
|
- https://numpy.org/doc/stable/objects.inv
|
||||||
|
|
Loading…
Reference in a new issue