We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187472c commit 939405eCopy full SHA for 939405e
zensical.toml
@@ -162,7 +162,10 @@ configurations = [{targets.include = ["reference/api.md"]}]
162
# ----------------------------------------------------------------------------
163
[project.plugins.mkdocstrings.handlers.python]
164
paths = ["src"]
165
-inventories = ["https://docs.python.org/3/objects.inv"]
+inventories = [
166
+ "https://docs.python.org/3/objects.inv",
167
+ "https://mkdocstrings.github.io/griffe/objects.inv",
168
+]
169
170
[project.plugins.mkdocstrings.handlers.python.options]
171
backlinks = "tree"
0 commit comments