Skip to content

Commit 6953055

Browse files
committed
drop inventaries
1 parent 0eeea32 commit 6953055

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

mkdocs.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -312,15 +312,15 @@ plugins:
312312
- griffe_warnings_deprecated:
313313
kind: warning
314314
title: Deprecated
315-
inventories:
316-
- https://logfire.pydantic.dev/docs/objects.inv
317-
- https://docs.python.org/3/objects.inv
318-
- https://docs.pydantic.dev/latest/objects.inv
319-
- https://dirty-equals.helpmanual.io/latest/objects.inv
320-
- https://fastapi.tiangolo.com/objects.inv
321-
- https://typing-extensions.readthedocs.io/en/latest/objects.inv
322-
- https://rich.readthedocs.io/en/stable/objects.inv
323-
- https://modelcontextprotocol.github.io/python-sdk/objects.inv
315+
import:
316+
- url: https://logfire.pydantic.dev/docs/objects.inv
317+
- url: https://docs.python.org/3/objects.inv
318+
- url: https://docs.pydantic.dev/latest/objects.inv
319+
- url: https://dirty-equals.helpmanual.io/latest/objects.inv
320+
- url: https://fastapi.tiangolo.com/objects.inv
321+
- url: https://typing-extensions.readthedocs.io/en/latest/objects.inv
322+
- url: https://rich.readthedocs.io/en/stable/objects.inv
323+
- url: https://modelcontextprotocol.github.io/python-sdk/objects.inv
324324
# waiting for https://github.com/encode/httpx/discussions/3091#discussioncomment-11205594
325325
- llmstxt:
326326
enabled: !ENV [CI, false]

0 commit comments

Comments
 (0)