We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ed14d commit 6424cd4Copy full SHA for 6424cd4
docs/conf.py
@@ -24,6 +24,12 @@
24
}
25
breathe_default_project = "ParallelProgrammingCourse"
26
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
+
33
templates_path = ["_templates"]
34
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
35
locale_dirs = ["locale"]
0 commit comments