Skip to content

Commit

Permalink
fix doc generation errors (#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellock authored Jun 17, 2020
1 parent 1a35fb6 commit bf9638a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

autodoc_mock_imports = [
'matplotlib', 'pycocotools', 'terminaltables', 'mmdet.version',
'mmdet.ops.dcn', 'mmdet.ops.masked_conv', 'mmdet.ops.nms',
'mmdet.ops.roi_align', 'mmdet.ops.roi_pool',
'mmdet.ops.corner_pool', 'mmdet.ops.dcn', 'mmdet.ops.masked_conv',
'mmdet.ops.nms', 'mmdet.ops.roi_align', 'mmdet.ops.roi_pool',
'mmdet.ops.sigmoid_focal_loss', 'mmdet.ops.carafe', 'mmdet.ops.utils'
]

Expand Down

0 comments on commit bf9638a

Please sign in to comment.