Skip to content

Fix API Reference header formatting for Intersphinx #211

@analog-cbarber

Description

@analog-cbarber

It would be nice if the documentation published an intersphinx objects.inv file so that other projects
can use it for cross linking in their documentation.

This only will require adding enable_inventory to the mkdocstrings configuration in mkdocs.yml:

  - mkdocstrings:
      # generate objects.inv sphinx inventory file in site/ dir to support external cross references
      enable_inventory: true

See https://mkdocstrings.github.io/usage/#cross-references-to-other-projects-inventories

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions