diff --git a/docs/source/conf.py b/docs/source/conf.py
index 828fa4e760510e91829d16b8840986b51852d68e..b97b74df9f45101f10d08e60880e476ad1da73e1 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),