Skip to content

Commit

Permalink
removed special case for readthedocs from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hgomersall committed Jun 5, 2016
1 parent a3c2046 commit d8b6daa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,6 @@ def setup_package():
else:
write_version_py()

# From the perspective of buildthedocs, we only needed to write the
# version, which is now done, so in that case we can drop out.
if os.environ.get('READTHEDOCS'):
return

# Figure out whether to add ``*_requires = ['numpy']``.
build_requires = []
try:
Expand Down

0 comments on commit d8b6daa

Please sign in to comment.