Skip to content
Snippets Groups Projects
Unverified Commit f236f1dd authored by Lukas Kugler's avatar Lukas Kugler Committed by GitHub
Browse files

Update conf.py

parent 93c2cab4
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,9 @@ extensions = [ ...@@ -21,6 +21,9 @@ extensions = [
'sphinx.ext.napoleon' 'sphinx.ext.napoleon'
] ]
napoleon_google_docstring = True
napoleon_numpy_docstring = False
intersphinx_mapping = { intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None), 'python': ('https://docs.python.org/3/', None),
'sphinx': ('https://www.sphinx-doc.org/en/master/', None), 'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment