Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #54 from hoechenberger/sphinx
Browse files Browse the repository at this point in the history
DOC: Remove sphinxcontrib-napoleon dependency
  • Loading branch information
hoechenberger committed Mar 7, 2016
2 parents 3587fc0 + 5c25a11 commit dcabee8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __getattr__(cls, name):
# 'sphinx.ext.todo',
'sphinx.ext.viewcode',
# 'numpydoc',
'sphinxcontrib.napoleon',
'sphinx.ext.napoleon',
]

autodoc_default_flags = [
Expand Down
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinxcontrib-napoleon
sphinx >= 1.3.0
psychopy
-e .
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ scipy
pyfftw
git+https://github.com/pearu/pylibnidaqmx.git
git+https://github.com/psychopy/psychopy.git@1.82.02rc1#egg=psychopy
sphinxcontrib-napoleon
sphinx >= 1.3.0
-e .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
extras_require = {
'hardware': ['psychopy', 'pylibnidaqmx'],
'image': ['pyfftw', 'scipy', 'matplotlib', 'pillow'],
'doc': ['sphinxcontrib-napoleon'],
'doc': ['sphinx'],
},
classifiers=['Intended Audience :: Science/Research',
'Programming Language :: Python',
Expand Down

0 comments on commit dcabee8

Please sign in to comment.