Skip to content

Commit 23eb786

Browse files
committed
Reduce Sphinx plugin warnings during documentation builds
Adjusts `doc/conf.py.in` to suppress warning from several Sphinx plugins, these warnings are false-positives and are not helpful for improving the quality of the documentation, errors will still be shown if they are emitted. Signed-off-by: Winford <winford@object.stream>
1 parent 407798e commit 23eb786

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/conf.py.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ extensions = [
6363
suppress_warnings = [
6464
'epub.unknown_project_files',
6565
'misc.highlighting_failure',
66-
'toc.excluded'
66+
'toc.excluded',
67+
'myst.*',
68+
'breathe.*'
6769
]
6870

6971
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)