Skip to content

Commit

Permalink
Merge pull request #418 from QuantEcon/doc_add_mock
Browse files Browse the repository at this point in the history
DOC: Add `mock` to the dependencies list
  • Loading branch information
oyamad committed Jul 5, 2018
2 parents d6130c1 + 253b627 commit 1c03629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c03629

Please sign in to comment.