Extend doc of RMR python binding methods
[ric-plt/xapp-frame-py.git] / docs / conf.py
index 5b443e9..b92d4d9 100644 (file)
@@ -10,3 +10,8 @@ extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "numpydoc"]
 autodoc_member_order = "bysource"
 
 linkcheck_ignore = ["http://localhost.*", "http://127.0.0.1.*", "https://gerrit.o-ran-sc.org.*"]
+nitpick_ignore = [
+            ('py:class', 'ctypes.c_char_p'),
+            ('py:class', 'ctypes.c_void_p'),
+            ('py:class', 'ricxappframe.rmr.rmr.LP_rmr_mbuf_t'),
+            ]