Skip to content

Commit

Permalink
[Docs] Fix heading anchor in documentation (open-mmlab#8006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwang1997 authored and ZwwWayne committed Jul 19, 2022
1 parent d020490 commit 2fb6aa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/zh_cn/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def get_version():
'sphinx_copybutton',
]

myst_enable_extensions = ['colon_fence']
myst_heading_anchors = 3

autodoc_mock_imports = [
'matplotlib', 'pycocotools', 'terminaltables', 'mmdet.version', 'mmcv.ops'
]
Expand Down

0 comments on commit 2fb6aa0

Please sign in to comment.