Automatic references to docs of built-in members #228
Answered
by
pawamoy
mbraakhekke
asked this question in
Q&A
|
How do I get |
Answered by
pawamoy
Jan 16, 2025
Replies: 1 comment 1 reply
|
You have to load the Python docs' objects inventory: # mkdocs.yml
plugins:
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv |
1 reply
Answer selected by
mbraakhekke
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
You have to load the Python docs' objects inventory: