Skip to content

Commit

Permalink
Argh ... what does it take to get imgmath working on RTD?!
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Oct 11, 2016
1 parent ef81aad commit 22d556a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions rtd_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx>=1.4.3
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@
'array': ['numpy'],
}

if os.environ.get('READTHEDOCS', None) == 'True':
# If we're running on RTD, force a newer sphinx version to be installed
__requires__.append('sphinx>=1.4.3')

if sys.version_info[:2] == (3, 2):
__extra_requires__['doc'].extend([
# Particular versions are required for Python 3.2 compatibility. The
Expand Down

0 comments on commit 22d556a

Please sign in to comment.