[Docs] Configure Myst-parser to parse anchor tag (#85)
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…
Reference in New Issue