From 37e710800605a0563902bcf9421e032876b71df8 Mon Sep 17 00:00:00 2001 From: Jean Hominal Date: Thu, 20 Mar 2025 22:59:11 +0100 Subject: [PATCH] fix example usage of inventories --- docs/usage/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/index.md b/docs/usage/index.md index 84110936..b2a00955 100644 --- a/docs/usage/index.md +++ b/docs/usage/index.md @@ -87,8 +87,8 @@ plugins: - mkdocstrings: handlers: python: - import: - - https://docs.python-requests.org/en/master/objects.inv + inventories: + - https://docs.python.org/3/objects.inv ``` When loading an inventory, you enable automatic cross-references