From f2d25923c4ddbdfbff8bb6364629bc4a75f7373b Mon Sep 17 00:00:00 2001
From: Pauli Virtanen <pauli.t.virtanen@jyu.fi>
Date: Tue, 23 Apr 2024 17:27:46 +0300
Subject: [PATCH] Documentation

---
 doc/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index 78e66b2..2dc91c3 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"
-- 
GitLab