Order members like in source
This commit is contained in:
parent
a9cac0895e
commit
5a1be2ff16
@ -42,6 +42,7 @@ extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.napoleon',
|
||||
]
|
||||
autodoc_member_order = 'bysource'
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
Loading…
Reference in New Issue
Block a user