From 0ef432f7271693b7bce8a3a167eb00470f1bb77b Mon Sep 17 00:00:00 2001 From: Hongbin Sun Date: Thu, 27 May 2021 21:03:37 +0800 Subject: [PATCH] fix readthedoc --- docs/api.rst | 5 +++++ requirements/readthedocs.txt | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index d5af1f033..a16e85a5d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -152,3 +152,8 @@ pipelines ^^^^^^^^^^^ .. automodule:: mmocr.datasets.pipelines :members: + +utils +^^^^^^^^^^^ +.. automodule:: mmocr.datasets.utils + :members: diff --git a/requirements/readthedocs.txt b/requirements/readthedocs.txt index fad43ef7b..6c528f879 100644 --- a/requirements/readthedocs.txt +++ b/requirements/readthedocs.txt @@ -1,5 +1,6 @@ imgaug kwarray +lanms-proper lmdb matplotlib mmcv