docs build remove mock after D45600232

Summary: We now use unittest.mock

Reviewed By: shapovalov

Differential Revision: D45868799

fbshipit-source-id: cd1042dc2c49c82c7b9e024f761c496049a31beb
This commit is contained in:
Jeremy Reizenstein 2023-06-16 04:50:30 -07:00 committed by Facebook GitHub Bot
parent 42e7de418c
commit dc2c7e489f
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
### Install dependencies ### Install dependencies
``` ```
pip install -U recommonmark mock sphinx sphinx_rtd_theme sphinx_markdown_tables pip install -U recommonmark sphinx sphinx_rtd_theme sphinx_markdown_tables
``` ```
### Add symlink to the root README.md ### Add symlink to the root README.md

View File

@ -3,7 +3,6 @@ Sphinx>=1.7
recommonmark==0.4.0 recommonmark==0.4.0
sphinx_rtd_theme sphinx_rtd_theme
sphinx_markdown_tables sphinx_markdown_tables
mock
numpy numpy
iopath iopath
fvcore fvcore