X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=ccad5c3ea57853be6c606711bdb1202f9c7db07e;hb=ca170d3c19485b052b3635a516c7a4e82a506ba5;hp=d695a9a09749deb0631bc4a8e89808ea7947c4a7;hpb=f55e4d8bf25ae7bf4424f374c8dc5753e8fb3fe5;p=ric-plt%2Fxapp-frame-py.git diff --git a/docs/conf.py b/docs/conf.py index d695a9a..ccad5c3 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,6 +9,9 @@ extensions = ["sphinx.ext.autodoc", "sphinx.ext.intersphinx", "sphinx.ext.viewco # don't alphabetically order autodoc_member_order = "bysource" +# Tell numpydoc NOT to generate a list of class members to silence sphinx warnings like this: +# simple.py:docstring of simple.simple.Simple.rst:20:autosummary: stub file not found 'simple.simple.Simple.hello'. Check your autosummary_generate setting. +numpydoc_show_class_members = False linkcheck_ignore = ["http://localhost.*", "http://127.0.0.1.*", "https://gerrit.o-ran-sc.org.*"]