Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 40fb5a5

Browse files
committed
fix2 build-docs
Signed-off-by: Pablo Garay <pagaray@nvidia.com>
1 parent f72f674 commit 40fb5a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
# Suppress warnings for cross-references and autodoc issues
4848
suppress_warnings = [
4949
"myst.xref_missing", # Missing cross-references in included README
50+
"myst.header", # Header level warnings from autodoc2 generated files
5051
"autodoc2", # Autodoc2 warnings during API doc generation
52+
"toc.not_included", # Autodoc2 index not included in main toctree
5153
]
5254

5355
# -- Options for MyST Parser (Markdown) --------------------------------------

0 commit comments

Comments
 (0)