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.
custom_templates
1 parent b61d4d1 commit afc4ea4Copy full SHA for afc4ea4
1 file changed
src/mkdocstrings/plugin.py
@@ -88,9 +88,9 @@ class PluginConfig(Config):
88
89
default_handler = opt.Type(str, default="python")
90
"""The default handler to use. The value is the name of the handler module. Default is "python"."""
91
- custom_templates = opt.Optional(opt.Dir(exists=True)),
+ custom_templates = opt.Optional(opt.Dir(exists=True))
92
"""Location of custom templates to use when rendering API objects.
93
-
+
94
Value should be the path of a directory relative to the MkDocs configuration file.
95
"""
96
enable_inventory = opt.Optional(opt.Type(bool))
0 commit comments