Feature(docs): Add inventory file for intersphinx support.

This commit is contained in:
Sergei Kliuikov 2024-11-07 14:38:40 -08:00
parent 9016efe3fc
commit 1b7dd8da67
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,10 @@ markdown_extensions:
- toc: - toc:
anchorlink: True anchorlink: True
plugins:
- mkdocstrings:
enable_inventory: true
nav: nav:
- Home: 'index.md' - Home: 'index.md'
- Tutorial: - Tutorial:

View File

@ -3,3 +3,6 @@ mkdocs==1.6.0
# pylinkvalidator to check for broken links in documentation. # pylinkvalidator to check for broken links in documentation.
pylinkvalidator==0.3 pylinkvalidator==0.3
# to generate objects.inv
mkdocstrings-python~=1.12.2