Skip to content

Commit 939405e

Browse files
committed
docs: Load Griffe objects inventory
1 parent 187472c commit 939405e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

zensical.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,10 @@ configurations = [{targets.include = ["reference/api.md"]}]
162162
# ----------------------------------------------------------------------------
163163
[project.plugins.mkdocstrings.handlers.python]
164164
paths = ["src"]
165-
inventories = ["https://docs.python.org/3/objects.inv"]
165+
inventories = [
166+
"https://docs.python.org/3/objects.inv",
167+
"https://mkdocstrings.github.io/griffe/objects.inv",
168+
]
166169

167170
[project.plugins.mkdocstrings.handlers.python.options]
168171
backlinks = "tree"

0 commit comments

Comments
 (0)