From f236f1dd0349295aad50abe6e03049df8f49c77b Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@univie.ac.at> Date: Mon, 20 Feb 2023 17:35:17 +0100 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 828fa4e..b97b74d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,6 +21,9 @@ extensions = [ 'sphinx.ext.napoleon' ] +napoleon_google_docstring = True +napoleon_numpy_docstring = False + intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), 'sphinx': ('https://www.sphinx-doc.org/en/master/', None), -- GitLab