Skip to content

Commit

Permalink
docs: another RTD-related setup.py fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Feb 10, 2017
1 parent 4bda41b commit 913eaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# with -e flag. This package will be either distributed with C
# sources or as properly built wheels from Travis CI and Appveyor.
if os.environ.get('READTHEDOCS', None) == 'True':
cythonize = lambda x: x
cythonize = lambda extensions, **kwargs: extensions
else:
raise

Expand Down

0 comments on commit 913eaa1

Please sign in to comment.