From 9eb089b683ba885306615018a8a2f6d9ee57fee6 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Sun, 22 Feb 2015 23:21:00 -0500 Subject: [PATCH] DOC: Attempt to fix build on read the docs [skip ci] --- doc/requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index bd5dc350b5..7c09c77042 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,3 @@ -sphinxcontrib-napoleon -mock numpy Cython scipy @@ -8,4 +6,5 @@ pandas patsy ipython statsmodels - +sphinxcontrib-napoleon==0.2.11 +mock