diff --git a/setup.py b/setup.py index dcf486c1e..b691ac2e6 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ sys.exit(1) # Are we building on ReadTheDocs? -on_rtd = os.environ.get('READTHEDOCS', None) == 'True' +on_rtd = os.environ.get('READTHEDOCS') # msgpack pure python data corruption was fixed in 0.4.6. # Also, we might use some rather recent API features.