From 253b627720489033e6f523c57ef7a0937bbb6bde Mon Sep 17 00:00:00 2001 From: Daisuke Oyama Date: Thu, 5 Jul 2018 11:20:51 +0900 Subject: [PATCH] DOC: Add `mock` to the dependencies list --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 4fb9b8855..13c5b37d4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,11 +9,12 @@ The documentation requires a few dependencies beyond those necessary for the qua * sphinx * numpydoc * sphinx_rtd_theme +* mock You can install these by executing ``` -pip install sphinx numpydoc sphinx_rtd_theme +conda install sphinx numpydoc sphinx_rtd_theme mock ``` ## Building the docs