diff --git a/docs/conf.py b/docs/conf.py index 72c8c52..758b5ff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,9 @@ extensions = [ 'sphinx_markdown_tables', ] -autodoc_mock_imports = ['matplotlib', 'pycocotools', 'mmseg.version'] +autodoc_mock_imports = [ + 'matplotlib', 'pycocotools', 'mmseg.version', 'mmcv.ops' +] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -79,7 +81,7 @@ html_theme = 'sphinx_rtd_theme' # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] -language = 'zh_CN' +language = 'en' def builder_inited_handler(app): diff --git a/requirements/readthedocs.txt b/requirements/readthedocs.txt index 0542bfc..22a894b 100644 --- a/requirements/readthedocs.txt +++ b/requirements/readthedocs.txt @@ -1,3 +1,4 @@ mmcv +prettytable torch torchvision