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

RTD will work eventually. #75

Merged
merged 2 commits into from
Mar 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- astropy

dependencies:
- python=3.4
- astropy
- scipy
- matplotlib
Expand Down
1 change: 1 addition & 0 deletions docs/rtd-pip-requirements
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python=3.4
numpy >= 1.6
matplotlib
astropy >= 1.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ author = Astropy Developers
author_email = jradavenport@gmail.com
license = MIT
url = https://github.com/jradavenport/pydis
edit_on_github = True
edit_on_github = False
github_project = jradavenport/pydis
# install_requires should be formatted as a comma-separated list, e.g.:
# install_requires = astropy, scipy, matplotlib
Expand Down