summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-10-11 08:20:51 -0300
committerdrebs <drebs@riseup.net>2017-10-11 08:21:19 -0300
commit8ea8e2483b311151a4aaa39f4ba47d17da101a29 (patch)
tree515e45bc30d2b7b42e1d50de8cb36f7cc9a0605e
parent080e59ed7c74e7a31ef2bc8c75000b0081837f3a (diff)
[doc] install deps from wheels when building docs
If pyzqm is built with --install-option, then all dependencies will be forced to install from source. By removing that option, we allow pip to use wheels.
-rw-r--r--docs/requirements.pip2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/requirements.pip b/docs/requirements.pip
index abe599c5..efe18128 100644
--- a/docs/requirements.pip
+++ b/docs/requirements.pip
@@ -1,4 +1,4 @@
sphinx
sphinxcontrib-zopeext
-pyzmq --install-option="--zmq=bundled"
+pyzmq
mock