mirror of
https://github.com/open-mmlab/mmfewshot.git
synced 2025-06-03 14:49:43 +08:00
[Docs] Configure Myst-parser to parse anchor tag (#85)
This commit is contained in:
parent
3f3b6b4fd0
commit
d977793969
@ -46,6 +46,10 @@ extensions = [
|
|||||||
'sphinx_markdown_tables',
|
'sphinx_markdown_tables',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Enable ::: for my_st
|
||||||
|
myst_enable_extensions = ['colon_fence']
|
||||||
|
myst_heading_anchors = 3
|
||||||
|
|
||||||
autodoc_mock_imports = ['matplotlib', 'mmfewshot.version', 'mmcv.ops']
|
autodoc_mock_imports = ['matplotlib', 'mmfewshot.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.
|
||||||
|
@ -46,6 +46,10 @@ extensions = [
|
|||||||
'sphinx_markdown_tables',
|
'sphinx_markdown_tables',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Enable ::: for my_st
|
||||||
|
myst_enable_extensions = ['colon_fence']
|
||||||
|
myst_heading_anchors = 3
|
||||||
|
|
||||||
autodoc_mock_imports = ['matplotlib', 'mmfewshot.version', 'mmcv.ops']
|
autodoc_mock_imports = ['matplotlib', 'mmfewshot.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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user