Skip to content

Commit 6a66181

Browse files
itsmooshstephenfin
authored andcommitted
Added missed line in patch for templates support
1 parent a61507a commit 6a66181

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sphinxcontrib/apidoc/ext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
def builder_inited(app: Sphinx) -> None:
2121
module_dir = app.config.apidoc_module_dir
2222
output_dir = path.join(app.srcdir, app.config.apidoc_output_dir)
23+
template_dir = path.join(app.srcdir, app.config.apidoc_template_dir)
2324
excludes = app.config.apidoc_excluded_paths
2425
separate_modules = app.config.apidoc_separate_modules
2526
toc_file = app.config.apidoc_toc_file

0 commit comments

Comments
 (0)