diff --git a/doc/conf.py b/doc/conf.py index 78e66b2e9eb744c992d1fbb18791f9a8d991806c..2dc91c33b73b77bfd3aad79f62849cea7647084c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -4,8 +4,8 @@ author = 'Pauli Virtanen' release = '0.1' extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon'] -#templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] html_theme = 'nature' -#html_static_path = ['_static'] + +autodoc_member_order = "groupwise"