mkdocs: replaces deprecated import key with inventories

This commit is contained in:
Mose Müller 2025-04-11 14:46:41 +02:00
parent 8b21c42ef7
commit 922fdf8fd0

View File

@ -55,7 +55,7 @@ plugins:
handlers: handlers:
python: python:
paths: [src] # search packages in the src folder paths: [src] # search packages in the src folder
import: inventories:
- https://docs.python.org/3/objects.inv - https://docs.python.org/3/objects.inv
- https://docs.pydantic.dev/latest/objects.inv - https://docs.pydantic.dev/latest/objects.inv
- https://confz.readthedocs.io/en/latest/objects.inv - https://confz.readthedocs.io/en/latest/objects.inv