fix: check for readthedocs

This commit is contained in:
adobdin 2016-07-08 09:57:57 +00:00
parent 9a93932ad8
commit 2dc33224f2

View File

@ -27,7 +27,7 @@ rqfiles = [(os.path.join(dtm, root), [os.path.join(root, f) for f in files])
rqfiles.append((os.path.join(dtm, 'configs'), ['config.yaml', 'rq.yaml']))
package_data = True
if os.environ.get("READTHEDOCS", True):
if os.environ.get("READTHEDOCS", False):
rqfiles = None
package_data = False