Automatic references to docs of built-in members #228
Answered
by
pawamoy
mbraakhekke
asked this question in
Q&A
-
How do I get |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mbraakhekke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to load the Python docs' objects inventory: