Order members like in source

This commit is contained in:
Florian Bruhin 2018-12-12 10:48:16 +01:00
parent a9cac0895e
commit 5a1be2ff16

View File

@ -42,6 +42,7 @@ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.napoleon', 'sphinx.ext.napoleon',
] ]
autodoc_member_order = 'bysource'
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']