Skip to content

Commit

Permalink
fix(docs): use built-in napoleon sphinx extension
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 9, 2016
1 parent 88e2631 commit 84d5da3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
'sphinx.ext.autosummary',
'sphinxcontrib.napoleon',
'sphinx.ext.napoleon',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pytest-flakes~=1.0.1
nose~=1.3.7
Sphinx~=1.4.8
sphinx-rtd-theme~=0.1.9
sphinxcontrib-napoleon~=0.6.0
requests~=2.11.1
urllib3~=1.19.1
bumpversion~=0.5.3
Expand Down

0 comments on commit 84d5da3

Please sign in to comment.