Fix doc build performance (#17748)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-05-07 01:36:41 +01:00
committed by GitHub
parent 2f925e5777
commit 022afbeb4e
2 changed files with 4 additions and 4 deletions

View File

@@ -60,9 +60,6 @@ autodoc2_packages = [
autodoc2_output_dir = "api"
autodoc2_render_plugin = "myst"
autodoc2_hidden_objects = ["dunder", "private", "inherited"]
autodoc2_docstring_parser_regexes = [
(".*", "docs.source.autodoc2_docstring_parser"),
]
autodoc2_sort_names = True
autodoc2_index_template = None