Skip to content

Commit

Permalink
Added missed line in patch for templates support
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmoosh authored and stephenfin committed Jan 16, 2024
1 parent a61507a commit 6a66181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphinxcontrib/apidoc/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
def builder_inited(app: Sphinx) -> None:
module_dir = app.config.apidoc_module_dir
output_dir = path.join(app.srcdir, app.config.apidoc_output_dir)
template_dir = path.join(app.srcdir, app.config.apidoc_template_dir)
excludes = app.config.apidoc_excluded_paths
separate_modules = app.config.apidoc_separate_modules
toc_file = app.config.apidoc_toc_file
Expand Down

0 comments on commit 6a66181

Please sign in to comment.