Finish sphinx documentation
[ric-plt/lib/rmr.git] / src / bindings / rmr-python / docs / source / conf.py
index 95d2265..710078d 100644 (file)
@@ -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.