From 8ea8e2483b311151a4aaa39f4ba47d17da101a29 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 11 Oct 2017 08:20:51 -0300 Subject: [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. --- docs/requirements.pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3