]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
doc/conf.py: silence warnings from breathe
authorKefu Chai <tchaikov@gmail.com>
Sun, 6 Mar 2022 06:27:50 +0000 (14:27 +0800)
committerKefu Chai <tchaikov@gmail.com>
Sun, 6 Mar 2022 06:27:55 +0000 (14:27 +0800)
commit8891d653198c30f9578499126e1ee9ee67eca04a
tree3ec8b0bf72b458082146f6a08b462c09fa1b087f
parentd9b8e38e3dfe8e6eec6d56ee934c4632de46fc68
doc/conf.py: silence warnings from breathe

breathe calls doxygen for extracting/generating docs from code.
while doxygen complains at seeing undocumented fields/func. these
warnings could fail the sphinx-build command, if it takes warnings
as errors.

in this change, these warnings are silenced.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
doc/conf.py