|
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
fenfold
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: