Skip to content

Commit 6424cd4

Browse files
committed
conf.py
1 parent e3ed14d commit 6424cd4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
}
2525
breathe_default_project = "ParallelProgrammingCourse"
2626

27+
# Suppress specific warnings for API documentation
28+
suppress_warnings = [
29+
"ref.ref", # undefined label warnings
30+
"ref.identifier", # cpp:identifier reference target not found
31+
]
32+
2733
templates_path = ["_templates"]
2834
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
2935
locale_dirs = ["locale"]

0 commit comments

Comments
 (0)