Skip to content

Commit

Permalink
doc_stack/google_style_docstrings (#1858)
Browse files Browse the repository at this point in the history
* initial commit for doc_stack/google_style_docstrings

* Enable napoleon
  • Loading branch information
cspotcode authored Aug 23, 2023
1 parent 9bd9c5b commit 3ee2ddc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
Expand Down Expand Up @@ -117,6 +118,9 @@
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

napoleon_numpy_docstring = False
napoleon_google_docstring = True

# -- Options for HTML output ----------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand Down

0 comments on commit 3ee2ddc

Please sign in to comment.