From dc2c7e489f44219932109e6ba7c00bd74aeb43ce Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Fri, 16 Jun 2023 04:50:30 -0700 Subject: [PATCH] docs build remove mock after D45600232 Summary: We now use unittest.mock Reviewed By: shapovalov Differential Revision: D45868799 fbshipit-source-id: cd1042dc2c49c82c7b9e024f761c496049a31beb --- docs/README.md | 2 +- docs/requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0d138783..62649528 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ ### 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 diff --git a/docs/requirements.txt b/docs/requirements.txt index e541c2bd..fdde3077 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,7 +3,6 @@ Sphinx>=1.7 recommonmark==0.4.0 sphinx_rtd_theme sphinx_markdown_tables -mock numpy iopath fvcore