[Doc] Fixed doc api display (#725)

* [Doc] Fixed doc api display

* add missing pretty table
This commit is contained in:
Jerry Jiarui XU 2021-07-25 11:04:14 -07:00 committed by GitHub
parent 095ed243c0
commit ef819df1b9
2 changed files with 5 additions and 2 deletions

View File

@ -46,7 +46,9 @@ extensions = [
'sphinx_markdown_tables', '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. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
@ -79,7 +81,7 @@ html_theme = 'sphinx_rtd_theme'
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static'] html_static_path = ['_static']
language = 'zh_CN' language = 'en'
def builder_inited_handler(app): def builder_inited_handler(app):

View File

@ -1,3 +1,4 @@
mmcv mmcv
prettytable
torch torch
torchvision torchvision