Skip to content

Commit

Permalink
Use Sphinx's builtin Napoleon extension
Browse files Browse the repository at this point in the history
Docstrings throughout Henson-Logging adhere to the Google Python Style
Guide.  The Napoleon extension is used to parse them. Rather than
installing it separately, it was graduated to a builtin extension in
Sphinx 1.3
  • Loading branch information
dirn committed Aug 2, 2016
1 parent 3448af7 commit d603dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
doc8
sphinx
sphinx>=1.3
sphinx_rtd_theme
sphinxcontrib-napoleon
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.napoleon',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinxcontrib.napoleon',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit d603dcf

Please sign in to comment.