Skip to content

Commit 253b627

Browse files
authored
DOC: Add mock to the dependencies list
1 parent d6130c1 commit 253b627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ The documentation requires a few dependencies beyond those necessary for the qua
99
* sphinx
1010
* numpydoc
1111
* sphinx_rtd_theme
12+
* mock
1213

1314
You can install these by executing
1415

1516
```
16-
pip install sphinx numpydoc sphinx_rtd_theme
17+
conda install sphinx numpydoc sphinx_rtd_theme mock
1718
```
1819

1920
## Building the docs

0 commit comments

Comments
 (0)