X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fbindings%2Frmr-python%2Fdocs%2Fsource%2Fconf.py;h=710078d7976528f9520ad2e8d2d602d6f3aade06;hb=750bdce38fb37e72174c5f10af0140c0a1ead811;hp=95d2265769bfd88f9128254135afa4508e180de8;hpb=0cb4b57403307f128b3597a52fa77cbc8524f078;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/docs/source/conf.py b/src/bindings/rmr-python/docs/source/conf.py index 95d2265..710078d 100644 --- a/src/bindings/rmr-python/docs/source/conf.py +++ b/src/bindings/rmr-python/docs/source/conf.py @@ -33,6 +33,10 @@ extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "numpydoc"] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] +# dont alphabetically order +autodoc_member_order = "bysource" + + # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path.