File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,15 @@ The *apidoc* extension uses the following configuration values:
58
58
59
59
**Optional **, defaults to ``api ``.
60
60
61
+ ``apidoc_template_dir ``
62
+ A directory containing user-defined templates. Template files in this
63
+ directory that match the default apidoc templates (``module.rst_t ``,
64
+ ``package.rst_t ``, ``toc.rst_t ``) will overwrite them. The default templates
65
+ can be found in ``site-packages/sphinx/templates/apidoc/ ``. This path is
66
+ relative to the documentation source directory.
67
+
68
+ **Optional **, defaults to ``templates ``.
69
+
61
70
``apidoc_excluded_paths ``
62
71
An optional list of modules to exclude. These should be paths relative to
63
72
``apidoc_module_dir ``. fnmatch-style wildcarding is supported.
You can’t perform that action at this time.
0 commit comments