Skip to content

Commit

Permalink
use sphinxcontrib.napoleon to check bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Nov 30, 2015
1 parent 9544fcf commit cd02325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinxcontrib.napoleon',
'sphinx.ext.extlinks'
]
if os.getenv('SPELLCHECK'):
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx>=1.3
sphinxcontrib-napoleon
-e .

0 comments on commit cd02325

Please sign in to comment.