Skip to content

Commit

Permalink
rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Oct 16, 2017
1 parent a659126 commit 7a64fa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ dependencies:
- scipy
- matplotlib
- numpy
- pip:
- sphinx-automodapi
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
setup(name='mrspoc',
version='0.1',
description='M-dwarf Rotational Stellar Photocenter Offset Calculator',
install_requires=['numpy', 'astropy', 'matplotlib', 'scipy'],
install_requires=['numpy', 'astropy', 'matplotlib', 'scipy',
'sphinx-automodapi'],
author='Brett Morris',
author_email='bmmorris@uw.edu',
license='MIT',
Expand Down

0 comments on commit 7a64fa4

Please sign in to comment.