Skip to content

Automatic references to docs of built-in members #228

Answered by pawamoy
mbraakhekke asked this question in Q&A
Discussion options

You must be logged in to vote

You have to load the Python docs' objects inventory:

# mkdocs.yml
plugins:
- mkdocstrings:
    handlers:
      python:
        import:
        - https://docs.python.org/3/objects.inv

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mbraakhekke
Comment options

Answer selected by mbraakhekke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants