From 18c1ff1dafc547333e9049723bfe19bb715f9eee Mon Sep 17 00:00:00 2001 From: Aleksey Date: Thu, 18 Apr 2024 18:34:34 +0500 Subject: [PATCH] Update conf.py --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index ddb2343..c02b09f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,6 +25,9 @@ extensions = [ 'sphinx.ext.intersphinx', ] +autodoc_member_order = "bysource" +autodoc_typehinta = "none" + intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), 'sphinx': ('https://www.sphinx-doc.org/en/master/', None),