Skip to content

Commit

Permalink
Disable google-style docstring support. Fix #1663 (#2106)
Browse files Browse the repository at this point in the history
  • Loading branch information
menshikh-iv authored Jun 27, 2018
1 parent 43c01a2 commit 37e4997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
extensions = ['sphinx.ext.autodoc', 'sphinxcontrib.napoleon', 'sphinx.ext.imgmath', 'sphinxcontrib.programoutput']
autoclass_content = "both"

napoleon_google_docstring = False # Disable support for google-style docstring

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down

0 comments on commit 37e4997

Please sign in to comment.